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

Update issue templates (+[Improve]) #51

Open
wants to merge 11 commits into
base: trunk
Choose a base branch
from
20 changes: 20 additions & 0 deletions .github/ISSUE_TEMPLATE/feature_request.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
---
name: Feature request
about: Suggest how to improve code/workflow
<!--lint ignore-->
title: "[Improve] <relative path>: <what to do>"
Fixed Show fixed Hide fixed
Fixed Show fixed Hide fixed
labels: improve
assignees: ''

---

**Rationales**
- Reasons to do this to `Susuwu` (the namespace used throughout [https://github.com/SwuduSusuwu/SubStack/](https://github.com/SwuduSusuwu/SubStack/) and possible future name for this).
- Which functions (if applicable) that this will improve.
Fixed Show fixed Hide fixed
- Which other [issues](https://github.com/SwuduSusuwu/SubStack/issues)/[milestones](https://github.com/SwuduSusuwu/SubStack/milestones) (if applicable) that this will improve (but if all this is about is an issue which issues, you should just respond to that issue).

**Background**
- What you know about how to do so.
- Paths to related code on the [`trunk`](https://github.com/SwuduSusuwu/SubStack/tree/trunk/) or [`preview`](https://github.com/SwuduSusuwu/SubStack/tree/preview/) branch.
- Paths to related public sources (such as [posts on _Arxiv_](https://arxiv.org/abs/2203.05132) or [pseudocode on _Wikipedia_](https://wikipedia.org/wiki/Qsort#Example)).