mirror of
https://github.com/PlaceholderAPI/PlaceholderAPI
synced 2024-11-18 00:46:55 +01:00
Rename to Feature Request
This commit is contained in:
parent
3bcffa0112
commit
ee86fa7460
@ -1,42 +0,0 @@
|
|||||||
---
|
|
||||||
name: Request change (PlaceholderAPI)
|
|
||||||
about: Request a update/change of the PlaceholderAPI-code
|
|
||||||
|
|
||||||
---
|
|
||||||
|
|
||||||
## Please read
|
|
||||||
This template is only for requesting new functions to be added to PlaceholderAPI or for old one to be changed!
|
|
||||||
Please use the [Request change (Wiki)] template to ask for additions/changes to the wiki.
|
|
||||||
For reporting bugs of PlaceholderAPI use the [Bug report] template.
|
|
||||||
|
|
||||||
Also make sure that the [wiki] doesn't already mention such a function/change and that there isn't a issue about this change on the [issues] page.
|
|
||||||
|
|
||||||
We recommend to [open a Pull Request][Pull Requests] for making changes to PlaceholderAPI's code.
|
|
||||||
|
|
||||||
### Type
|
|
||||||
> What kind of request is this? (Multiple selections possible)
|
|
||||||
<!--
|
|
||||||
Please select the right options by replacing the [ ] with a [x]
|
|
||||||
-->
|
|
||||||
- [ ] New function for PlaceholderAPI.
|
|
||||||
A new function that developers could use.
|
|
||||||
- [ ] Change to code (Internal).
|
|
||||||
Changes to code that won't affect the end-user.
|
|
||||||
- [ ] Change to code (External).
|
|
||||||
Changes to code that will affect the end-user (breaks stuff).
|
|
||||||
- [ ] Other: __________ <!-- Use this if none of the above matches your request -->
|
|
||||||
|
|
||||||
### Info
|
|
||||||
> What is the change?
|
|
||||||
> Please provide as much information (including links, images and code-snippeds) as possible.
|
|
||||||
<!-- Please write below this line to prevent formatting issues -->
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
<!-- DO NOT ALTER ANYTHING BELOW THIS LINE! -->
|
|
||||||
|
|
||||||
[Request change (Wiki)]: https://github.com/PlaceholderAPI/PlaceholderAPI/issues/new?template=change_request_wiki.md
|
|
||||||
[Bug report]: https://github.com/PlaceholderAPI/PlaceholderAPI/issues/new?template=bug_report.md
|
|
||||||
[issues]: https://github.com/PlaceholderAPI/PlaceholderAPI/issues
|
|
||||||
[wiki]: https://github.com/PlaceholderAPI/PlaceholderAPI/wiki
|
|
||||||
[Pull Requests]: https://github.com/PlaceholderAPI/PlaceholderAPI/pulls
|
|
33
.github/ISSUE_TEMPLATE/feature_request.md
vendored
Normal file
33
.github/ISSUE_TEMPLATE/feature_request.md
vendored
Normal file
@ -0,0 +1,33 @@
|
|||||||
|
---
|
||||||
|
name: Feature Request
|
||||||
|
about: Request a update/change of the PlaceholderAPI-code
|
||||||
|
|
||||||
|
---
|
||||||
|
|
||||||
|
<!--
|
||||||
|
### Please read ###
|
||||||
|
Before suggesting any new features, make sure that it wasn't suggested before and that no open issue with it exists already.
|
||||||
|
|
||||||
|
If possible would we suggest to create a Pull request instead.
|
||||||
|
When doing so, make sure to follow our Contributing Guidelines: https://github.com/PlaceholderAPI/PlaceholderAPI/blob/master/.github/CONTRIBUTING.md
|
||||||
|
-->
|
||||||
|
|
||||||
|
## Feature Request
|
||||||
|
|
||||||
|
### Type
|
||||||
|
> What kind of request is this? (Multiple selections possible)
|
||||||
|
<!--
|
||||||
|
Please select the right options by replacing the [ ] with a [x]
|
||||||
|
-->
|
||||||
|
- [ ] New function for PlaceholderAPI.
|
||||||
|
A new function that developers could use.
|
||||||
|
- [ ] Change to code (Internal).
|
||||||
|
Changes to code that won't affect the end-user.
|
||||||
|
- [ ] Change to code (External).
|
||||||
|
Changes to code that will affect the end-user (breaks stuff).
|
||||||
|
- [ ] Other: __________ <!-- Use this if none of the above matches your request -->
|
||||||
|
|
||||||
|
### Info
|
||||||
|
> What is the change?
|
||||||
|
> Please provide as much information (including links, images and code-snippeds) as possible.
|
||||||
|
<!-- Please write below this line to prevent formatting issues -->
|
Loading…
Reference in New Issue
Block a user