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

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.