mirror of
https://github.com/HorlogeSkynet/thunderbird-user.js.git
synced 2025-09-02 09:58:31 +02:00
Publishes GitHub templates to simplify issue reporting and contributions
This commit is contained in:
28
.github/PULL_REQUEST_TEMPLATE.md
vendored
Normal file
28
.github/PULL_REQUEST_TEMPLATE.md
vendored
Normal file
@ -0,0 +1,28 @@
|
||||
<!--- Provide a general summary of your changes in the title above -->
|
||||
|
||||
|
||||
## Description
|
||||
<!--- Describe your changes in detail -->
|
||||
|
||||
|
||||
## Reason and / or context
|
||||
<!--- Why is this change required ? What problem does it solve ? -->
|
||||
<!--- If it fixes an open issue, please link to the issue here -->
|
||||
|
||||
|
||||
## How has this been tested ?
|
||||
<!--- Include details of your testing environment here -->
|
||||
|
||||
|
||||
## Types of changes :
|
||||
<!--- What types of changes does your code introduce ? Put an `X` in all the boxes that apply : -->
|
||||
- [ ] 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 :
|
||||
<!--- Put an `X` in all the boxes that apply : -->
|
||||
- [ ] 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`).
|
Reference in New Issue
Block a user