Refactor workflows and templates

This commit is contained in:
Shivam Mathur
2022-01-29 07:29:03 +05:30
parent 96857323bb
commit 44ff4ed92d
9 changed files with 60 additions and 47 deletions

26
.github/ISSUE_TEMPLATE/feature.md vendored Normal file
View File

@ -0,0 +1,26 @@
---
name: Feature request
about: Suggest a new feature
title: ''
labels: 'enhancement'
assignees: 'shivammathur'
---
**Describe the feature**
<!-- Please describe concisely the feature you want to add. -->
**Version**
- [ ] I have checked releases, and the feature is missing in the latest patch version of `v2`.
**Underlying issue**
<!-- Please describe the issue this would solve. -->
**Describe alternatives**
<!-- Please mention any alternative solutions you've considered. -->
**Additional context**
<!-- Add any other context or screenshots about the feature request here. -->
**Are you willing to submit a PR?**
<!-- We accept pull requests targeting the develop branch. -->