Browse Source

Invite PR submitters to credit themselves (#11744)

Co-authored-by: Brendan Abolivier <babolivier@matrix.org>
David Robertson 2 years ago
parent
commit
4ca8fcdd5a
2 changed files with 2 additions and 0 deletions
  1. 1 0
      .github/PULL_REQUEST_TEMPLATE.md
  2. 1 0
      changelog.d/11744.misc

+ 1 - 0
.github/PULL_REQUEST_TEMPLATE.md

@@ -8,6 +8,7 @@
   - Use markdown where necessary, mostly for `code blocks`.
   - End with either a period (.) or an exclamation mark (!).
   - Start with a capital letter.
+  - Feel free to credit yourself, by adding a sentence "Contributed by @github_username." or "Contributed by [Your Name]." to the end of the entry.
 * [ ] Pull request includes a [sign off](https://matrix-org.github.io/synapse/latest/development/contributing_guide.html#sign-off)
 * [ ] [Code style](https://matrix-org.github.io/synapse/latest/code_style.html) is correct
   (run the [linters](https://matrix-org.github.io/synapse/latest/development/contributing_guide.html#run-the-linters))

+ 1 - 0
changelog.d/11744.misc

@@ -0,0 +1 @@
+Invite PR authors to give themselves credit in the changelog.