Skip to content

Commit

Permalink
Setup issue templates and auto-assign action
Browse files Browse the repository at this point in the history
  • Loading branch information
fornewid committed May 18, 2020
1 parent d09b14f commit 0dafbee
Show file tree
Hide file tree
Showing 3 changed files with 42 additions and 0 deletions.
15 changes: 15 additions & 0 deletions .github/ISSUE_TEMPLATE/bug_report.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
---
name: Bug report
about: Create a report to help us improve
title: ''
labels: bug
assignees: ''

---

Version used:
Devices/Android versions reproduced on:

I would appreciate if you could attach:
- Sample codes to trigger the issue.
- A screenrecord or screenshots showing the issue.
14 changes: 14 additions & 0 deletions .github/ISSUE_TEMPLATE/feature_request.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
---
name: Feature request
about: Suggest an idea for this project
title: ''
labels: ''
assignees: 'fornewid'

---

**Describe the request you'd like:**
A clear and concise description of what you want.

**Additional context:**
Add any other context or screenshots about the feature request here.
13 changes: 13 additions & 0 deletions .github/auto_assign.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
# Set to true to add reviewers to pull requests
addReviewers: true

# Set to true to add assignees to pull requests
addAssignees: false

# A list of reviewers to be added to pull requests (GitHub user name)
reviewers:
- fornewid

# A number of reviewers added to the pull request
# Set 0 to add all the reviewers (default: 0)
numberOfReviewers: 0

0 comments on commit 0dafbee

Please sign in to comment.