-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #72 from natescherer/feature/issue-templates
Update issue templates
- Loading branch information
Showing
1 changed file
with
27 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,27 @@ | ||
--- | ||
name: Feature request | ||
about: Suggest an idea for this project | ||
title: '' | ||
labels: '' | ||
assignees: '' | ||
|
||
--- | ||
|
||
**Important Note** | ||
This project is designed to work with documents that EXACTLY match the Keep a Changelog reference document at https://raw.githubusercontent.com/olivierlacan/keep-a-changelog/v1.0.0/CHANGELOG.md | ||
|
||
As a result, any requests to support changes to formatting, no matter how small, will not be considered, apologies. | ||
|
||
If you are asking to have any sort of format change made, you should be submitting that request to https://github.com/olivierlacan/keep-a-changelog, not this repo. If there is a Keep a Changelog 2.0.0 or such released in the future, this project will be updated to support that format. | ||
|
||
**Is your feature request related to a problem? Please describe.** | ||
A clear and concise description of what the problem is. Ex. I'm always frustrated when [...] | ||
|
||
**Describe the solution you'd like** | ||
A clear and concise description of what you want to happen. | ||
|
||
**Describe alternatives you'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. |