Skip to content

Commit

Permalink
Update issue templates (#4754)
Browse files Browse the repository at this point in the history
  • Loading branch information
ansermino authored Sep 13, 2024
1 parent edac9ca commit c8b656d
Show file tree
Hide file tree
Showing 9 changed files with 101 additions and 79 deletions.
4 changes: 2 additions & 2 deletions .github/ISSUE_TEMPLATE/bug_report.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
---
name: Bug report
about: Create a report to help us improve
about: Provide a report of unexpected behaviour
title: ""
labels: "Bug"
labels: "Type: Bug"
assignees: ""
---

Expand Down
14 changes: 7 additions & 7 deletions .github/ISSUE_TEMPLATE/config.yml
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
blank_issues_enabled: true
contact_links:
- name: Filecoin Slack Channel
- name: Filecoin Slack (#fil-forest-help or #fil-forest-dev)
url: https://join.slack.com/t/filecoinproject/shared_invite/enQtNTUwNTI1Mzk5MDYwLTY4YmFjMzRlZjFiNDc0NmI2N2JjMjk5YTAyMDUyODljODg3MGI0ZGRhZTI5ZDNkZTAyNjkyMzI1ODM1YjA1MWI
about: Please ask questions here.
- name: Filecoin Discussion Forum
url: https://discuss.filecoin.io/
about: Please ask and answer questions here.
- name: ChainSafe Forest Implementation Forum
url: https://discord.gg/Q6A3YA2
about: Please ask forest specific questions here.
- name: General Filecoin Discussion Forum
url: https://github.com/filecoin-project/community/discussions
about: Please ask any general Filecoin questions here.
- name: Forest Discussion Forum
url: https://github.com/ChainSafe/forest/discussions
about: Please ask Forest specific questions here.
30 changes: 30 additions & 0 deletions .github/ISSUE_TEMPLATE/epic.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,30 @@
---
name: Epic
about: [Internal] Larger chunk of work that can be broken down into a smaller tasks
title: ""
labels: "Type: Epic"
assignees: ""
---

# Summary

<!-- Provide a summary of the epic -->

# Motivation

<!-- Describe the rationale for this epic. What does it enable? Who does it serve? -->

# Tasks

<!-- Provide a list of individual tasks that would complete this epic -->
<!-- This should be a list of issues once they are created -->

- [ ]

# Risks & Dependencies

<!-- Identify any potential risks or external dependencies in completing this epic -->

# Additional Links & Resources

<!-- Any additional context or resources that may be relevant -->
16 changes: 0 additions & 16 deletions .github/ISSUE_TEMPLATE/general_report.md

This file was deleted.

34 changes: 0 additions & 34 deletions .github/ISSUE_TEMPLATE/new_issue.md

This file was deleted.

22 changes: 22 additions & 0 deletions .github/ISSUE_TEMPLATE/other.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
---
name: Other
about: Use wisely 🧐
title: ""
labels: ""
assignees: ""
---

<!-- Please complete this checklist before proceeding -->

This issue is NOT:

- [ ] A bug
- [ ] A user-request
- [ ] An epic
- [ ] A task

Please check the other issue types if any of these categories apply.

---

<!-- Type below this line -->
21 changes: 21 additions & 0 deletions .github/ISSUE_TEMPLATE/task.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
---
name: Task
about: [internal] A specific, actionable unit of work
title: ""
labels: "Type: Task"
assignees: ""
---

# Summary

<!-- Describe the task -->

# Completion Criteria

<!-- List the necessary criteria to complete this issue -->

- [ ]

# Additional Links & Resources

<!-- Anything that might need to be referenced during implementation -->
20 changes: 0 additions & 20 deletions .github/ISSUE_TEMPLATE/task_req.md

This file was deleted.

19 changes: 19 additions & 0 deletions .github/ISSUE_TEMPLATE/user_request.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
---
name: User Request
about: Request a feature or change
title: ""
labels: "Type: Request"
assignees: ""
---

# Summary

<!-- Provide a high-level summary of the issue -->

# Requirements

<!-- Provide a list of requirements that you believe would satisfy the completion of this request -->

# Motivation

<!-- Give us some insight why this is important for you -->

0 comments on commit c8b656d

Please sign in to comment.