From 7ba2ec6713b5890c55e36a722e18a8a92db71dac Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Daniel=20D=E2=80=99Aquino?= Date: Sun, 26 Oct 2025 15:36:43 -0700 Subject: [PATCH] Add Damus Labs fast-track review process to PR templates MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Closes: https://github.com/damus-io/damus/issues/3271 Changelog-None Signed-off-by: Daniel D’Aquino --- .github/pull_request_template.md | 28 +++++++++++++++++++++++++++- 1 file changed, 27 insertions(+), 1 deletion(-) diff --git a/.github/pull_request_template.md b/.github/pull_request_template.md index 4d0ff64c..07caa786 100644 --- a/.github/pull_request_template.md +++ b/.github/pull_request_template.md @@ -4,6 +4,32 @@ _[Please provide a summary of the changes in this PR.]_ ## Checklist + + +### Experimental Feature Checklist + + + +> [!TIP] +> This Pull Request is an experimental feature for Damus Labs, and follows a fast-track review process. +> The overall requirements are lowered and the review process is not as strict as usual. However, the feature will only be available for Purple users who opt-in. + +- [ ] I have read (or I am familiar with) the [Contribution Guidelines](../docs/CONTRIBUTING.md). +- [ ] I have done some testing on the changes in this PR to ensure it is at least functional. +- [ ] I made sure that this new feature is only available when the user opts-in from the Damus Labs screen, and does not affect the rest of the app when turned off. +- [ ] My PR is either small, or I have split it into smaller logical commits that are easier to review. +- [ ] 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). +- [ ] I have added an appropriate changelog entry to my commit in this PR. See [Adding changelog entries](../docs/CONTRIBUTING.md#add-changelog-changed-changelog-fixed-etc). + - Example changelog entry: `Changelog-Added: Added experimental feature to Damus Labs` + +### Standard PR Checklist + + + - [ ] I have read (or I am familiar with) the [Contribution Guidelines](../docs/CONTRIBUTING.md) - [ ] I have tested the changes in this PR - [ ] I have profiled the changes to ensure there are no performance regressions, or I do not need to profile the changes. @@ -37,4 +63,4 @@ _Please provide a test report for the changes in this PR. You can use the templa ## Other notes -_[Please provide any other information that you think is relevant to this PR.]_ +_[Please provide any other information that you think is relevant to this PR.]_ \ No newline at end of file