Skip to content

Commit

Permalink
Merge pull request #3 from autifyhq/add-issue-template
Browse files Browse the repository at this point in the history
Add issue template
  • Loading branch information
sotayamashita committed Dec 23, 2021
2 parents 8c171b9 + 1f0f1ad commit cd19f82
Show file tree
Hide file tree
Showing 3 changed files with 29 additions and 0 deletions.
17 changes: 17 additions & 0 deletions .github/ISSUE_TEMPLATE/BUG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
---
name: "\U0001F41E Bug report"
about: Report any bugs encountered while using this action.
title: ''
labels: bug
assignees: ''
---

## What happened:

## Expected behavior:

<!--- what should happen, ideally? -->

## Additional Information:

<!--- Provide any additional context possible. -->
11 changes: 11 additions & 0 deletions .github/ISSUE_TEMPLATE/FEATURE_REQUEST.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
---
name: "\U0001F680 Feature Request"
about: Propose changes to the action.
title: ''
labels: feature_request
assignees: ''
---

## Describe Request:

## Examples:
1 change: 1 addition & 0 deletions .github/ISSUE_TEMPLATE/config.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
blank_issues_enabled: false

0 comments on commit cd19f82

Please sign in to comment.