Skip to content

Commit

Permalink
Merge pull request #1225 from get10101/chore/add-issue-templates
Browse files Browse the repository at this point in the history
Add issue templates
  • Loading branch information
klochowicz authored Sep 6, 2023
2 parents 7a81e12 + 35fee19 commit cca5aff
Show file tree
Hide file tree
Showing 3 changed files with 62 additions and 1 deletion.
38 changes: 38 additions & 0 deletions .github/ISSUE_TEMPLATE/bug_report.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,38 @@
---
name: Bug report
about: Create a report to help us improve
title: ''
labels: bug
assignees: ''

---

**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 '....'
4. See error

**Expected behavior**
A clear and concise description of what you expected to happen.

**Screenshots**
If applicable, add screenshots to help explain your problem.

**Smartphone (please complete the following information):**

- Device: [e.g. iPhone6]
- OS: [e.g. iOS8.1]
- Version [e.g. 22]

** Logs

- if possible, send the logs to contact (at) 10101.finance.

**Additional context**
Add any other context about the problem here.
20 changes: 20 additions & 0 deletions .github/ISSUE_TEMPLATE/feature_request.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
---
name: Feature request
about: Suggest an idea for this project
title: "[idea]"
labels: idea
assignees: ''

---

**Is your feature request related to a problem? Please describe.**
A clear and concise description of what the problem is. Ex. I'm always frustrated when [...]

**Describe the solution you'd like**
A clear and concise description of what you want to happen.

**Describe alternatives you've considered**
A clear and concise description of any alternative solutions or features you've considered.

**Additional context**
Add any other context or screenshots about the feature request here.
5 changes: 4 additions & 1 deletion CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,10 @@ There are a couple of things we are going to look out for in PRs and knowing the

## Contributing issues

When contributing a feature request, please focus on your _problem_ as much as possible.
When adding a bug report or feature request, please focus on your _problem_ as much as possible.

The provided issue templates should be helpful in structuring an issue in a way that can make it actionable by the developers.

It is okay to include ideas on how the feature could be implemented but they shouldn't be the focus of your request.

For more loosely-defined problems and ideas, consider starting a [discussion](https://github.com/get10101/10101/discussions/new) instead of opening an issue.

0 comments on commit cca5aff

Please sign in to comment.