Doc: PR Template and update issue template

This commit is contained in:
alstjr7375 2021-08-03 11:10:32 +09:00
parent 12bddb707d
commit c7544ab2db
3 changed files with 32 additions and 1 deletions

View file

@ -21,6 +21,7 @@ Check like `- [x]`.
- Distribution
- [ ] [Original Lepton](https://github.com/black7375/Firefox-UI-Fix)
- [ ] [Lepton's photon style](https://github.com/black7375/Firefox-UI-Fix/tree/photon-style)
- [ ] [Lepton's proton style](https://github.com/black7375/Firefox-UI-Fix/tree/proton-style)
- Firefox Version: [write from `about:support` - `version`]
- OS:
- [ ] Linux

31
.github/pull_request_template.md vendored Normal file
View file

@ -0,0 +1,31 @@
---
name: Pull Request Template
about: Pull Request
title: ''
assignees: ''
---
**Describe the PR**
A clear and concise description of what the PR is.
**Related Issue**
**Screenshots**
If applicable, add screenshots to help explain your commit.
**Environment (please complete the following information):**
Check like `- [x]`.
- PR Type
- `Add:` Add feature or enhanced.
- `Fix:` Bug fix or change default values.
- `Clean:` Refactoring.
- `Doc:` Update docs.
- Distribution
- [ ] [Original Lepton](https://github.com/black7375/Firefox-UI-Fix)
- [ ] [Lepton's photon style](https://github.com/black7375/Firefox-UI-Fix/tree/photon-style)
- [ ] [Lepton's proton style](https://github.com/black7375/Firefox-UI-Fix/tree/proton-style)
**Additional context**
Add any other context about the commit here.

View file

@ -143,7 +143,6 @@ Development: New Features.
- **Meaningfully:**: It doesn't make meaningless commits.
- **One per task:** It's difficult to distinguish when various tasks are mixed.
- **Often:** Codes may corrupt during large changes.
- **Build Check:** Check if SCSS can be compiled with the `npm run build` command.
### Commit Message