diff options
| author | Ja.KooLit <ejhay.games@gmail.com> | 2023-12-29 15:38:18 +0900 |
|---|---|---|
| committer | Ja.KooLit <ejhay.games@gmail.com> | 2023-12-29 15:38:18 +0900 |
| commit | 69772de8b00a85a7da8e3d56c802fcfd01affe1c (patch) | |
| tree | ab297f40d72eab1dad7506e005cec1654f942ff6 /.github/PULL_REQUEST_TEMPLATE.md | |
| parent | 203249972fd499909a2f81dfad64d7c9abe7b191 (diff) | |
Update for contributing
Diffstat (limited to '.github/PULL_REQUEST_TEMPLATE.md')
| -rw-r--r-- | .github/PULL_REQUEST_TEMPLATE.md | 43 |
1 files changed, 43 insertions, 0 deletions
diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md new file mode 100644 index 00000000..42811c53 --- /dev/null +++ b/.github/PULL_REQUEST_TEMPLATE.md @@ -0,0 +1,43 @@ +# Pull Request + +## Description + +Please read these instructions and remove unnecessary text. + +- Try to include a summary of the changes and which issue is fixed. +- Also include relevant motivation and context (if applicable). +- List any dependencies that are required for this change. (e.g., packages or other PRs) +- Provide a link if there is an issue related to this pull request. e.g., Fixes # (issue) +- Please add Reviewers, Assignees, Labels, Projects, and Milestones to the PR. (if applicable) + +## Type of change + +Please put an `x` in the boxes that apply: + +- [ ] **Bug fix** (non-breaking change which fixes an issue) +- [ ] **New feature** (non-breaking change which adds functionality) +- [ ] **Breaking change** (fix or feature that would cause existing functionality to not work as expected) +- [ ] **Documentation update** (non-breaking change; modified files are limited to the documentations) +- [ ] **Technical debt** (a code change that does not fix a bug or add a feature but makes something clearer for devs) +- [ ] **Other** (provide details below) + +## Checklist + +Please put an `x` in the boxes that apply: + +- [ ] I have read the [CONTRIBUTING](https://github.com/JaKooLit/Hyprland-Dots/blob/main/CONTRIBUTING.md) document. +- [ ] My code follows the code style of this project. +- [ ] My commit message follows the [commit guidelines](https://github.com/JaKooLit/Hyprland-Dots/blob/main/CONTRIBUTING.md#git-commit-messages). +- [ ] My change requires a change to the documentation. +- [ ] I want to add something in Hyprland-Dots wiki. +- [ ] I have added tests to cover my changes. +- [ ] I have tested my code locally and it works as expected. +- [ ] All new and existing tests passed. + +## Screenshots + +(if appropriate) + +## Additional context + +Add any other context about the problem here. |
