Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

doc: add issue templates for bug reports and feature requests #2147

Merged
merged 15 commits into from
Jun 12, 2021
41 changes: 41 additions & 0 deletions .github/ISSUE_TEMPLATE/bug_report.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,41 @@
---
name: 🐜 Bug Report
about: Create a report to help us improve
labels: bug
---

<!-- Please make sure you are posting a technical issue related to Gridcoin. -->

<!-- For general questions about Gridcoin or wallet recovery please use one of the various communities:
* [Gridcoin on reddit](https://www.reddit.com/r/gridcoin/)
* [Discord](https://discord.gg/jf9XX4a) -->

<!-- ISSUES MISSING IMPORTANT INFORMATION MAY BE CLOSED WITHOUT INVESTIGATION. -->

# Bug Report

**Current behavior**
<!-- Describe how the bug manifests. -->

**Expected behavior**
<!-- Describe what the behavior would be without the bug. -->

**Steps to reproduce:**
<!-- Please explain the steps required to duplicate the issue. -->

**Screenshots**
<!-- If the issue is related to the GUI, screenshots can be added to this issue via drag & drop. -->

**Gridcoin version**
<!-- List the version number/commit ID, and if it is an official binary, self compiled or a distribution package such as PPA.
If you are not on the latest Leisure release please try updating to that and see if your issue still persists. -->

**Machine specs**
- OS:
- CPU:
- RAM:
- Disk size:
- Disk Type (HD/SDD):

**Extra information**
<!-- This is normally the contents of a `debug.log` file. Raw text or a link to a pastebin type site is preferred. -->
8 changes: 8 additions & 0 deletions .github/ISSUE_TEMPLATE/config.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
blank_issues_enabled: false
contact_links:
- name: Gridcoin Discord
url: https://discord.gg/jf9XX4a
about: Please go here if you have any general issues, that aren't bug reports. We can assist you much faster there.
- name: Gridcoin Subreddit
url: https://reddit.com/r/gridcoin
about: Alternative platform.
28 changes: 28 additions & 0 deletions .github/ISSUE_TEMPLATE/feature_request.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,28 @@
---
name: 🚀 Feature Request
about: Suggest an idea for this project
labels: enhancement
---

<!-- Please make sure you are posting a feature request related to Gridcoin. -->

<!-- For general questions about Gridcoin or wallet recovery please use one of the various communities:
* [Gridcoin on reddit](https://www.reddit.com/r/gridcoin/)
* [Discord](https://discord.gg/jf9XX4a) -->

# Feature Request

**Describe the Feature Request**
<!-- A clear and concise description of what the feature request is. Please include if your feature request is related to a problem. -->

**Describe Preferred Solution**
<!-- A clear and concise description of what you want to happen. -->

**Describe Alternatives**
<!-- A clear and concise description of any alternative solutions or features you have considered. -->

**Related Code**
<!-- If you are able to illustrate the feature request with an example, please provide a samples via an online code collaborator such as [StackBlitz](https://stackblitz.com), or code snippet on [GitHub](https://github.com). -->

**Additional Context**
<!-- List any other information that is relevant to your issue. Stack traces, related issues, suggestions on how to add, use case, Stack Overflow links, forum links, screenshots, OS if applicable, etc. -->