Skip to content

Commit

Permalink
chore: Add Github issue templates (react-native-community#7 by @misla…
Browse files Browse the repository at this point in the history
  • Loading branch information
mislavcimpersak authored and matt-oakes committed Jan 4, 2020
1 parent 0ff6621 commit 595e2d4
Show file tree
Hide file tree
Showing 2 changed files with 45 additions and 0 deletions.
27 changes: 27 additions & 0 deletions .github/ISSUE_TEMPLATE/bug_report.md
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? -->
18 changes: 18 additions & 0 deletions .github/ISSUE_TEMPLATE/feature_request.md
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
-->

0 comments on commit 595e2d4

Please sign in to comment.