Merge pull request #543 from GilgusMaximus/development
Changed the pull request templates
This commit is contained in:
commit
e48c5c40d5
|
@ -1,26 +1,26 @@
|
||||||
---
|
---
|
||||||
name: Bugfix
|
Title
|
||||||
about: Thanks for the submission of a bugfix
|
|
||||||
title: ''
|
|
||||||
labels: bug
|
|
||||||
assignees: ''
|
|
||||||
|
|
||||||
---
|
---
|
||||||
|
|
||||||
**Important note**
|
**Important note**
|
||||||
Please note that only PrestoN is able to merge Pull Requests into master.
|
Please note that only PrestoN is able to merge Pull Requests into master.
|
||||||
|
|
||||||
|
**Pull Request Type**
|
||||||
|
Please select what type of pull request this is:
|
||||||
|
- [ ] Bugfix
|
||||||
|
- [ ] Feature Implementation
|
||||||
|
|
||||||
**Related issue**
|
**Related issue**
|
||||||
Please link the issue your bugfix is referring to.
|
Please link the issue your pull request is referring to.
|
||||||
|
|
||||||
**Description**
|
**Description**
|
||||||
Please write a clear and concise description of what the bugfix does.
|
Please write a clear and concise description of what the pull request does.
|
||||||
|
|
||||||
**Screenshots (if appropriate)**
|
**Screenshots (if appropriate)**
|
||||||
Please add before and after screenshots if there is a visible change.
|
Please add before and after screenshots if there is a visible change.
|
||||||
|
|
||||||
**Testing (for fixes that are not easily understandable)**
|
**Testing (for code that is not small enough to be easily understandable)**
|
||||||
Has this bugfix been tested?
|
Has this pull request been tested?
|
||||||
Please describe shortly how you tested it and whether there are any ramifications remaining.
|
Please describe shortly how you tested it and whether there are any ramifications remaining.
|
||||||
|
|
||||||
**Desktop (please complete the following information):**
|
**Desktop (please complete the following information):**
|
|
@ -1,32 +0,0 @@
|
||||||
---
|
|
||||||
name: Feature implementation
|
|
||||||
about: Thanks for the implementation of a new feature
|
|
||||||
title: ''
|
|
||||||
labels: enhancement
|
|
||||||
assignees: ''
|
|
||||||
|
|
||||||
---
|
|
||||||
|
|
||||||
**Important note**
|
|
||||||
Please note that only PrestoN is able to merge Pull Requests into master.
|
|
||||||
|
|
||||||
**Related issue**
|
|
||||||
Please link the issue your feature is referring to.
|
|
||||||
|
|
||||||
**Description**
|
|
||||||
Please write a clear and concise description of what the implementation does.
|
|
||||||
|
|
||||||
**Screenshots (if appropriate)**
|
|
||||||
Please add before and after screenshots if there is a visible change.
|
|
||||||
|
|
||||||
**Testing**
|
|
||||||
Has this feature been tested?
|
|
||||||
Please describe shortly how you tested it and whether there are any ramifications remaining.
|
|
||||||
|
|
||||||
**Desktop (please complete the following information):**
|
|
||||||
- OS: [e.g. iOS]
|
|
||||||
- OS Version: [e.g. 22]
|
|
||||||
- FreeTube version: [e.g. 0.8]
|
|
||||||
|
|
||||||
**Additional context**
|
|
||||||
Add any other context about the problem here.
|
|
Loading…
Reference in New Issue