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

refactor(subgraph): Update issue template definition #11

Merged
merged 1 commit into from
Jun 8, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions .github/ISSUE_TEMPLATE/2-feature.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,8 @@ If there are multiple, what are the benefits and drawbacks of each one?

## 📈 Subtasks

- [ ] If there is a solution, what are the subtasks for completing this issue?
- [ ] If there is a solution, what are the subtasks for completing this issue?

## 🎯 Definition of Done

- [ ] If there is a solution, what are the final deliverables?
- [ ] If there is a solution, what are the final deliverables?
8 changes: 4 additions & 4 deletions .github/ISSUE_TEMPLATE/3-technical-debt.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
---
name: 🏗️ Technical Debt
about: Template for proposing solutions to technical debts
title: ''
title: ""
labels: type:refactor
assignees: ''
assignees: ""
---

## 📄 Context
Expand All @@ -21,8 +21,8 @@ If there are multiple, what are the benefits and drawbacks of each one?

## 📈 Subtasks

- [ ] What are the subtasks for completing this issue?
- [ ] What are the subtasks for completing this issue?

## 🎯 Definition of Done

- [ ] What are the final deliverables?
- [ ] What are the final deliverables?
12 changes: 6 additions & 6 deletions .github/ISSUE_TEMPLATE/4-update-dependencies.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
---
name: ⬆️ Update Dependencies
about: Template for updating dependencies
title: ''
title: ""
labels: type:chore
assignees: ''
assignees: ""
---

## 📄 Context
Expand All @@ -15,7 +15,7 @@ Why is that update relevant?

## 📈 Subtasks

- [ ] Update the package.json to the new fixed version ( i.e. no ^ or ~ )
- [ ] If an update requires major work, create the corresponding issue.
- [ ] Make sure dependencies are updated in the lock file (yarn.lock).
- [ ] Verify whether everything is working as expected.
- [ ] Update the package.json to the new fixed version ( i.e. no ^ or ~ )
- [ ] If an update requires major work, create the corresponding issue.
- [ ] Make sure dependencies are updated in the lock file (yarn.lock).
- [ ] Verify whether everything is working as expected.
8 changes: 4 additions & 4 deletions .github/ISSUE_TEMPLATE/5-documentation.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,10 @@ labels: "type:docs"

<!-- (Update "[ ]" to "[x]" to check a box) -->

- [ ] Reporting a typo
- [ ] Reporting a documentation bug
- [ ] Documentation improvement
- [ ] Documentation feedback
- [ ] Reporting a typo
- [ ] Reporting a documentation bug
- [ ] Documentation improvement
- [ ] Documentation feedback

<!--
If your issue is not regarding the documentation, please choose an issue type:
Expand Down