damus

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

pull_request_template.md (1831B)


      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 - [ ] I have opened or referred to an existing github issue related to this change.
     10 - [ ] My PR is either small, or I have split it into smaller logical commits that are easier to review
     11 - [ ] 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)
     12 - [ ] 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)
     13     - [ ] I do not need to add a changelog entry. Reason: _[Please provide a reason]_
     14 - [ ] 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)
     15 
     16 ## Test report
     17 
     18 _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._
     19 
     20 **Device:** _[Please specify the device you used for testing]_
     21 
     22 **iOS:** _[Please specify the iOS version you used for testing]_
     23 
     24 **Damus:** _[Please specify the Damus version or commit hash you used for testing]_
     25 
     26 **Setup:** _[Please provide a brief description of the setup you used for testing, if applicable]_
     27 
     28 **Steps:** _[Please provide a list of steps you took to test the changes in this PR]_
     29 
     30 **Results:**
     31 - [ ] PASS
     32 - [ ] Partial PASS
     33   - Details: _[Please provide details of the partial pass]_
     34 
     35 ## Other notes
     36 
     37 _[Please provide any other information that you think is relevant to this PR.]_