mirror of
https://github.com/black7375/Firefox-UI-Fix.git
synced 2025-12-30 22:20:28 -08:00
Merge branch 'master' into dev
This commit is contained in:
commit
c7fdfafeed
4 changed files with 47 additions and 94 deletions
23
.github/ISSUE_TEMPLATE/feature_request.md
vendored
Normal file
23
.github/ISSUE_TEMPLATE/feature_request.md
vendored
Normal file
|
|
@ -0,0 +1,23 @@
|
|||
---
|
||||
name: Feature request
|
||||
about: Suggest an idea for this project
|
||||
title: ''
|
||||
labels: 'Issue::Enhancement'
|
||||
assignees: ''
|
||||
|
||||
---
|
||||
|
||||
**Is your feature request related to a problem?**
|
||||
<!-- A clear and concise description of what the problem is. Ex. I don't like this design that [...] -->
|
||||
|
||||
**The solution I'd like**
|
||||
<!-- A clear and concise description of what you want to happen. -->
|
||||
|
||||
**Screenshots or video**
|
||||
<!-- It is helpful to attach screenshots or video similar to the desired features. -->
|
||||
|
||||
**Alternatives I've considered**
|
||||
<!-- A clear and concise description of any alternative solutions or features you've considered. -->
|
||||
|
||||
**Additional context**
|
||||
<!-- Add any other context or screenshots about the feature request here. -->
|
||||
50
.github/ISSUE_TEMPLATE/feature_request.yml
vendored
50
.github/ISSUE_TEMPLATE/feature_request.yml
vendored
|
|
@ -1,50 +0,0 @@
|
|||
name: Feature request
|
||||
description: Suggest an idea for this project
|
||||
title: ""
|
||||
labels: ["Issue::Enhancement"]
|
||||
|
||||
body:
|
||||
- type: textarea
|
||||
id: is-your-feature-related-to-a-problem
|
||||
attributes:
|
||||
label: Is your feature request related to a problem
|
||||
description: A clear and concise description of what the problem is.
|
||||
placeholder: Ex. I don't like this design that [...]
|
||||
validations:
|
||||
required: false
|
||||
|
||||
- type: textarea
|
||||
id: the-solution-i-d-like
|
||||
attributes:
|
||||
label: The solution I'd like
|
||||
description: A clear and concise description of what you want to happen.
|
||||
placeholder: Ex. I hope that the tab bar background of Windows 7 is an AERO interface like IE.
|
||||
validations:
|
||||
required: false
|
||||
|
||||
- type: textarea
|
||||
id: screenshots-or-video
|
||||
attributes:
|
||||
label: Screenshots or video
|
||||
description: If is helpful to attach screenshots or video similar to the desired features.
|
||||
placeholder: Drag or paste images or videos to upload
|
||||
validations:
|
||||
required: false
|
||||
|
||||
- type: textarea
|
||||
id: alternatives-i-ve-considered
|
||||
attributes:
|
||||
label: Alternatives I've considered
|
||||
description: A clear and concise description of any alternative solutions or features you've considered.
|
||||
placeholder: Ex. I don't like this design that [...]
|
||||
validations:
|
||||
required: false
|
||||
|
||||
- type: textarea
|
||||
id: additional-context
|
||||
attributes:
|
||||
label: Additional context
|
||||
description: Add any other context or screenshots about the feature request here.
|
||||
placeholder: Anything to write down or refer to is fine
|
||||
validations:
|
||||
required: false
|
||||
24
.github/pull_request_template.md
vendored
Normal file
24
.github/pull_request_template.md
vendored
Normal file
|
|
@ -0,0 +1,24 @@
|
|||
**Describe the PR**
|
||||
<!-- A clear and concise description of what the PR is. -->
|
||||
|
||||
**Related Issue**
|
||||
<!--Related or discussed issues. If it's a big change, it's a good idea to open an issue ahead of time. -->
|
||||
|
||||
**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. -->
|
||||
44
.github/pull_request_template.yml
vendored
44
.github/pull_request_template.yml
vendored
|
|
@ -1,44 +0,0 @@
|
|||
name: Pull Request Template
|
||||
description: Pull Request's template
|
||||
title: ""
|
||||
|
||||
body:
|
||||
- type: textarea
|
||||
id: describe-the-pr
|
||||
attributes:
|
||||
label: Describe the PR
|
||||
description: A clear and consise description of what the PR is.
|
||||
placeholder: Tell us what you did!
|
||||
validations:
|
||||
required: true
|
||||
|
||||
- type: textarea
|
||||
id: screenshots
|
||||
attributes:
|
||||
label: Screenshots
|
||||
description: If applicable, and screenshots to help explain your commit.
|
||||
placeholder: Drag or paste images or videos to upload
|
||||
validations:
|
||||
required: false
|
||||
|
||||
- type: checkboxes
|
||||
id: pr-type
|
||||
attributes:
|
||||
label: PR Type?
|
||||
description: You may select more than one.
|
||||
options:
|
||||
- label: "`Add:` Add feature or enhanced."
|
||||
- label: "`Fix:` Bug fix or change default values."
|
||||
- label: "`Clean:` Refactoring or code quality improvement."
|
||||
- label: "`Doc:` Update docs."
|
||||
validations:
|
||||
required: true
|
||||
|
||||
- type: textarea
|
||||
id: additional-context
|
||||
attributes:
|
||||
label: Additional context
|
||||
description: Add any other context about the commit here.
|
||||
placeholder: Anything to write down or refer to is fine
|
||||
validations:
|
||||
required: false
|
||||
Loading…
Add table
Add a link
Reference in a new issue