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
42 changes: 42 additions & 0 deletions .github/ISSUE_TEMPLATE/bug_report.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,42 @@
---
name: 🐜 Bug Report
about: Create a report to help us improve
title: '[bug] '
Pythonix marked this conversation as resolved.
Show resolved Hide resolved
Pythonix marked this conversation as resolved.
Show resolved Hide resolved
labels: bug
---

<!-- Please make sure you are posting an technical issue related to Gridcoin. -->
Pythonix marked this conversation as resolved.
Show resolved Hide resolved

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

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

# Bug Report

**Current behavior:**
Pythonix marked this conversation as resolved.
Show resolved Hide resolved
<!-- 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, especially if you are able to provide a sample application or sample code -->
Pythonix marked this conversation as resolved.
Show resolved Hide resolved

**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 are preferred. -->
Pythonix marked this conversation as resolved.
Show resolved Hide resolved
31 changes: 31 additions & 0 deletions .github/ISSUE_TEMPLATE/feature_request.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,31 @@
---
name: 🚀 Feature Request
about: Suggest an idea for this project
title: '[feat] '
Pythonix marked this conversation as resolved.
Show resolved Hide resolved
Pythonix marked this conversation as resolved.
Show resolved Hide resolved
labels: enhancement
---

<!-- Please make sure you are posting an technical issue related to Gridcoin. -->
Pythonix marked this conversation as resolved.
Show resolved Hide resolved

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

<!-- ISSUES MISSING IMPORTANT INFORMATION MAY BE CLOSED WITHOUT INVESTIGATION. -->
Pythonix marked this conversation as resolved.
Show resolved Hide resolved

# 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've considered. -->
Pythonix marked this conversation as resolved.
Show resolved Hide resolved

**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). -->
Pythonix marked this conversation as resolved.
Show resolved Hide resolved

**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. -->
Pythonix marked this conversation as resolved.
Show resolved Hide resolved