-
Notifications
You must be signed in to change notification settings - Fork 73
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add templates for issues and pull requests
- Loading branch information
Showing
5 changed files
with
66 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: Bug Report | ||
about: Create a report to help us improve | ||
title: '' | ||
labels: bug, needs triage | ||
assignees: '' | ||
|
||
--- | ||
|
||
### Subject of the issue | ||
Describe your issue here. | ||
|
||
### Your environment | ||
* OS - | ||
* Version - | ||
|
||
### Steps to reproduce | ||
Tell us how to reproduce this issue. Please provide a working demo, you can use [this template](https://plnkr.co/edit/XorWgI?p=preview) as a base. | ||
|
||
### Expected behaviour | ||
Tell us what should happen. | ||
|
||
### Actual behaviour | ||
Tell us what happens instead. | ||
|
||
### Additional context | ||
Add any other context about the problem here. |
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,8 @@ | ||
blank_issues_enabled: true | ||
contact_links: | ||
- name: Ask on Discord | ||
url: https://discord.gg/7xgjhVAg6g | ||
about: You can ask for help here! | ||
- name: Want to contribute to step Helm Charts? | ||
url: https://github.com/smallstep/cli/blob/master/docs/CONTRIBUTING.md | ||
about: Be sure to read contributing guidelines! |
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,14 @@ | ||
--- | ||
name: Documentation Request | ||
about: Request documentation for a feature | ||
title: '' | ||
labels: docs, needs triage | ||
assignees: '' | ||
|
||
--- | ||
|
||
<!--- | ||
Tell us which feature you'd like to see documented. | ||
- Where would you like that documentation to live (command line usage output, website, github markdown on the repo)? | ||
- If there are specific attributes or options you'd like to see documented, please include those in the request. | ||
--> |
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,13 @@ | ||
--- | ||
name: Enhancement | ||
about: Suggest an enhancement to helm-charts | ||
title: '' | ||
labels: enhancement, needs triage | ||
assignees: '' | ||
|
||
--- | ||
|
||
### What would you like to be added | ||
|
||
|
||
### Why this is needed |
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,4 @@ | ||
### Description | ||
Please describe your pull request. | ||
|
||
💔Thank you! |