Skip to content

Commit

Permalink
Merge pull request #119 from gnosisguild/issue-templates
Browse files Browse the repository at this point in the history
adjust issue templates
  • Loading branch information
jfschwarz authored Jul 16, 2024
2 parents 6833aa7 + 137f8a3 commit 1aefaa9
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 12 deletions.
17 changes: 9 additions & 8 deletions .github/ISSUE_TEMPLATE/bug_report.md
Original file line number Diff line number Diff line change
@@ -1,17 +1,17 @@
---
name: Bug report
about: Create a report to help us improve
title: ''
labels: 'bug'
assignees: 'auryn-macmillan'

title: ""
labels: "bug"
assignees: "jfschwarz"
---

**Describe the bug**
A clear and concise description of what the bug is.

**To Reproduce**
Steps to reproduce the behavior:

1. Go to '...'
2. Click on '....'
3. Scroll down to '....'
Expand All @@ -24,10 +24,11 @@ A clear and concise description of what you expected to happen.
If applicable, add screenshots and/or logs to help explain your problem.

**Relevant environment details:**
- OS: [e.g. iOS]
- Browser [e.g. chrome 22, safari]
- Node version [e.g. 14.17.4]
- etc

- OS: [e.g. iOS]
- Browser [e.g. chrome 22, safari]
- Node version [e.g. 14.17.4]
- etc

**Additional context**
Add any other context about the problem here.
7 changes: 3 additions & 4 deletions .github/ISSUE_TEMPLATE/feature_request.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,9 @@
---
name: Feature request
about: Suggest an idea for this project
title: ''
labels: 'enhancement'
assignees: 'auryn-macmillan'

title: ""
labels: "enhancement"
assignees: "jfschwarz"
---

**Is your feature request related to a problem? Please describe.**
Expand Down

0 comments on commit 1aefaa9

Please sign in to comment.