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

Added templates and config #183

Merged
merged 11 commits into from
Jan 22, 2020
32 changes: 32 additions & 0 deletions .github/ISSUE_TEMPLATE/bug_report.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,32 @@
---
name: Bug report
about: Create a report to help us improve
title: '[BUG]🐛 '
labels: 'Type: 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. Run '....'
3. See error
dutterbutter marked this conversation as resolved.
Show resolved Hide resolved
dutterbutter marked this conversation as resolved.
Show resolved Hide resolved

**Expected behavior**
dutterbutter marked this conversation as resolved.
Show resolved Hide resolved
A clear and concise description of what you expected to happen.
dutterbutter marked this conversation as resolved.
Show resolved Hide resolved

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

**Environment (please complete the following information):**
- OS:
- Version
dutterbutter marked this conversation as resolved.
Show resolved Hide resolved

**Other information and links**
Add any other context about the problem here.

Thank you 🙏
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: true
contact_links:
- name: Filecoin Slack Channel
url: https://join.slack.com/t/filecoinproject/shared_invite/enQtNTUwNTI1Mzk5MDYwLTY4YmFjMzRlZjFiNDc0NmI2N2JjMjk5YTAyMDUyODljODg3MGI0ZGRhZTI5ZDNkZTAyNjkyMzI1ODM1YjA1MWI
about: Please ask questions here.
- name: Filecoin Discussion Forum
url: https://discuss.filecoin.io/
dutterbutter marked this conversation as resolved.
Show resolved Hide resolved
about: Please ask and answer questions here.
16 changes: 16 additions & 0 deletions .github/ISSUE_TEMPLATE/general_report.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
---
name: General issue
about: General purpose issue template
title: '[GEN] '
labels: 'Priority: 4 - Low'
dutterbutter marked this conversation as resolved.
Show resolved Hide resolved
assignees: ''

---

**Issue summary**
A clear and concise description of what the task is.

**Other information and links**
Add any other context or screenshots about the issue here.

Thank you 🙏
dutterbutter marked this conversation as resolved.
Show resolved Hide resolved
20 changes: 20 additions & 0 deletions .github/ISSUE_TEMPLATE/task_req.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
---
name: Task requirement
about: Required tasks to complete
title: '[TASK]🗃️ '
labels: 'Priority: 3 - Medium'
assignees: ''

---

**Task summary**
A clear and concise description of what the task is.

**Specification reference**
Provide a reference to the specification as to what is being implemented.
-

**Other information and links**
Add any other context, existing implementation reference or screenshots about the task here.

Thank you 💪
12 changes: 12 additions & 0 deletions .github/PULL_REQUEST_TEMPLATE.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
**Summary of changes**
Changes introduced in this pull request:
-

**Reference issue to close (if applicable)**
Include the issue reference this pull request is connected to (e.g. closes #1).

**Other information and links**
Add any other context about the pull request here.


Thank you 🔥