damus

nostr ios client
git clone git://jb55.com/damus
Log | Files | Refs | README | LICENSE

pull_request_template.md (1747B)


      1 ## Summary
      2 
      3 _[Please provide a summary of the changes in this PR.]_
      4 
      5 ## Checklist
      6 
      7 - [ ] I have read (or I am familiar with) the [Contribution Guidelines](../docs/CONTRIBUTING.md)
      8 - [ ] I have tested the changes in this PR
      9 - [ ] My PR is either small, or I have split it into smaller logical commits that are easier to review
     10 - [ ] I have added the signoff line to all my commits. See [Signing off your work](../docs/CONTRIBUTING.md#sign-your-work---the-developers-certificate-of-origin)
     11 - [ ] I have added appropriate changelog entries for the changes in this PR. See [Adding changelog entries](../docs/CONTRIBUTING.md#add-changelog-changed-changelog-fixed-etc)
     12     - [ ] I do not need to add a changelog entry. Reason: _[Please provide a reason]_
     13 - [ ] I have added appropriate `Closes:` or `Fixes:` tags in the commit messages wherever applicable, or made sure those are not needed. See [Submitting patches](https://github.com/damus-io/damus/blob/master/docs/CONTRIBUTING.md#submitting-patches)
     14 
     15 ## Test report
     16 
     17 _Please provide a test report for the changes in this PR. You can use the template below, but feel free to modify it as needed._
     18 
     19 **Device:** _[Please specify the device you used for testing]_
     20 
     21 **iOS:** _[Please specify the iOS version you used for testing]_
     22 
     23 **Damus:** _[Please specify the Damus version or commit hash you used for testing]_
     24 
     25 **Setup:** _[Please provide a brief description of the setup you used for testing, if applicable]_
     26 
     27 **Steps:** _[Please provide a list of steps you took to test the changes in this PR]_
     28 
     29 **Results:**
     30 - [ ] PASS
     31 - [ ] Partial PASS
     32   - Details: _[Please provide details of the partial pass]_
     33 
     34 ## Other notes
     35 
     36 _[Please provide any other information that you think is relevant to this PR.]_