diff --git a/.github/ISSUE_TEMPLATE/bug.md b/.github/ISSUE_TEMPLATE/bug.md new file mode 100644 index 0000000..592a844 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/bug.md @@ -0,0 +1,38 @@ +--- +name: Bug report +about: Create a report to help us improve Thunderbird User.JS +title: "[BUG] " +labels: 'bug' +assignees: '' + +--- + +**Describe the bug** + + + +**Expected behavior** + + + +**Screenshots** + + + +**Environment** + +- Thunderbird version used (X.Y.Z) : +- `thunderbird user.js` template version used (X.Y or commit SHA) : +- Operating system and version : +- \[IF RELEVANT\] Graphical environment name and version : + + +**Additional context** + + + +**Checklist** + +- [ ] I can confirm the bug is due to `thunderbird user.js` **template** and not an overridden preference nor an add-on ; +- [ ] I have searched for `[SETUP-*]` tags and read them up ; +- [ ] I have searched the GitHub project (issues and Wiki) for my issue. diff --git a/.github/ISSUE_TEMPLATE/change_request.md b/.github/ISSUE_TEMPLATE/change_request.md new file mode 100644 index 0000000..c77651e --- /dev/null +++ b/.github/ISSUE_TEMPLATE/change_request.md @@ -0,0 +1,30 @@ +--- +name: Change request +about: Suggest a change for Thunderbird User.JS +title: "[RFC] " +labels: 'enhancement' +assignees: '' + +--- + +**Is your feature request related to a problem? Please describe.** + + + +**List the concerned preferences** + + + +**Describe alternatives you've considered** + + + +**Additional context** + + + +**Checklist** + +- [ ] I know `thunderbird user.js` is a **template** and personal preferences should be stored elsewhere ; +- [ ] The change I want to propose should globally improve the `usability / ( privacy + security + anti-fingerprinting )` ratio ; +- [ ] I agree that subsequent modifications to my change scope may occur in the future. diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md new file mode 100644 index 0000000..d99ccb7 --- /dev/null +++ b/.github/PULL_REQUEST_TEMPLATE.md @@ -0,0 +1,28 @@ + + + +## Description + + + +## Reason and / or context + + + + +## How has this been tested ? + + + +## Types of changes : + +- [ ] Bug fix (non-breaking change which fixes an issue) +- [ ] Typo / style fix (non-breaking change which improves readability) +- [ ] New feature (non-breaking change which adds functionality) +- [ ] Breaking change (fix or feature that would cause existing functionality to change) + +## Checklist : + +- [ ] My changes looks good ; +- [ ] I agree that my code may be modified in the future ; +- [ ] My code follows the code style of this project (see `.eslintrc.yml`).