forked from react-native-community/react-native-circleci-orb
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore: Add Github issue templates (#7 by @mislavcimpersak)
- Loading branch information
1 parent
0ff6621
commit 595e2d4
Showing
2 changed files
with
45 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 improve the project | ||
labels: bug | ||
|
||
--- | ||
|
||
### Orb version | ||
|
||
<!--- | ||
e.g., 1.0.0 | ||
find this information in your config.yml file; | ||
if the version is @volatile, check the top of your CircleCI-generated, | ||
expanded configuration file, viewable from the "Configuration" tab of | ||
any job page, for the orb's specific semantic version number | ||
--> | ||
|
||
### What happened | ||
|
||
<!--- | ||
please include any relevant links to CircleCI workflows or jobs | ||
where you saw this behavior | ||
--> | ||
|
||
### Expected behavior | ||
|
||
<!--- what should happen, ideally? --> |
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 that will improve the project | ||
labels: enhancement | ||
|
||
--- | ||
|
||
## What would you like to be added | ||
|
||
<!--- | ||
please describe the idea you have and the problem you are trying to solve | ||
--> | ||
|
||
## Why is this needed | ||
|
||
<!--- | ||
please explain why is this feature needed and how it improves the project | ||
--> |