mirror of
https://github.com/black7375/Firefox-UI-Fix.git
synced 2025-12-06 02:30:54 -08:00
Doc: PR Template and update issue template
This commit is contained in:
parent
12bddb707d
commit
c7544ab2db
3 changed files with 32 additions and 1 deletions
1
.github/ISSUE_TEMPLATE/bug_report.md
vendored
1
.github/ISSUE_TEMPLATE/bug_report.md
vendored
|
|
@ -21,6 +21,7 @@ Check like `- [x]`.
|
||||||
- Distribution
|
- Distribution
|
||||||
- [ ] [Original Lepton](https://github.com/black7375/Firefox-UI-Fix)
|
- [ ] [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 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`]
|
- Firefox Version: [write from `about:support` - `version`]
|
||||||
- OS:
|
- OS:
|
||||||
- [ ] Linux
|
- [ ] Linux
|
||||||
|
|
|
||||||
31
.github/pull_request_template.md
vendored
Normal file
31
.github/pull_request_template.md
vendored
Normal 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.
|
||||||
|
|
@ -143,7 +143,6 @@ Development: New Features.
|
||||||
- **Meaningfully:**: It doesn't make meaningless commits.
|
- **Meaningfully:**: It doesn't make meaningless commits.
|
||||||
- **One per task:** It's difficult to distinguish when various tasks are mixed.
|
- **One per task:** It's difficult to distinguish when various tasks are mixed.
|
||||||
- **Often:** Codes may corrupt during large changes.
|
- **Often:** Codes may corrupt during large changes.
|
||||||
- **Build Check:** Check if SCSS can be compiled with the `npm run build` command.
|
|
||||||
|
|
||||||
### Commit Message
|
### Commit Message
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue