-
Notifications
You must be signed in to change notification settings - Fork 551
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add issue and pull request templates (#258)
- Loading branch information
1 parent
002b1e4
commit feeaa3b
Showing
4 changed files
with
50 additions
and
28 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 |
---|---|---|
@@ -1,44 +1,38 @@ | ||
--- | ||
name: Bug report | ||
about: Create a report to help us improve | ||
about: Create a bug report | ||
title: '' | ||
labels: bug | ||
labels: bug, needs triage | ||
assignees: '' | ||
|
||
--- | ||
|
||
**Describe the bug** | ||
A clear and concise description of what the bug is. | ||
<!--- Please direct any generic questions related to actions to our support community forum at https://github.saobby.my.eu.orgmunity/c/code-to-cloud/github-actions/41 ---> | ||
<!--- Before opening up a new bug report, please make sure to check for similar existing issues --> | ||
|
||
**Which version of the action are you using?** | ||
**Description:** | ||
A clear and concise description of what the bug is. | ||
|
||
- [ ] `v1` | ||
- [ ] `v2` | ||
- [ ] Some other tag (such as `v2.0.1` or `master`) | ||
**Action version:** | ||
Specify the action version | ||
|
||
**Environment** | ||
- [ ] self-hosted | ||
- [ ] Linux | ||
**Platform:** | ||
- [ ] Ubuntu | ||
- [ ] macOS | ||
- [ ] Windows | ||
- [ ] Mac | ||
|
||
If applicable, please specify if you're using a container | ||
|
||
**Python Versions** | ||
Please list all of the effected versions of Python (`3.8.2`, etc.) | ||
**Runner type:** | ||
- [ ] Hosted | ||
- [ ] Self-hosted | ||
|
||
**To Reproduce** | ||
Steps to reproduce the behavior: | ||
1. Go to '...' | ||
2. Click on '....' | ||
3. Scroll down to '....' | ||
4. See error | ||
**Tools version:** | ||
<!--- Please list all of the affected Python versions (`3.8.2`, etc.)--> | ||
|
||
**Run/Repo Url** | ||
If applicable, and if your repo/run is public, please include a URL so it is easier for us to investigate. | ||
**Repro steps:** | ||
A description with steps to reproduce the issue. If your have a public example or repo to share, please provide the link. | ||
|
||
**Screenshots** | ||
If applicable, add screenshots to help explain your problem. | ||
**Expected behavior:** | ||
A description of what you expected to happen. | ||
|
||
**Additional context** | ||
Add any other context about the problem here. | ||
**Actual behavior:** | ||
A description of what is actually happening. |
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 @@ | ||
blank_issues_enabled: false |
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,18 @@ | ||
--- | ||
name: Feature request | ||
about: Suggest an idea for this project | ||
title: '' | ||
labels: feature request, needs triage | ||
assignees: '' | ||
--- | ||
<!--- Please direct any generic questions related to actions to our support community forum at https://github.saobby.my.eu.orgmunity/c/code-to-cloud/github-actions/41 ---> | ||
<!--- Before opening up a new feature request, please make sure to check for similar existing issues and pull requests --> | ||
|
||
**Description:** | ||
Describe your proposal. | ||
|
||
**Justification:** | ||
Justification or a use case for your proposal. | ||
|
||
**Are you willing to submit a PR?** | ||
<!--- We accept contributions! --> |
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,9 @@ | ||
**Description:** | ||
Describe your changes. | ||
|
||
**Related issue:** | ||
Add link to the related issue. | ||
|
||
**Check list:** | ||
- [ ] Mark if documentation changes are required. | ||
- [ ] Mark if tests were added or updated to cover the changes. |