Improve readme and issue templates

next
Sayan Nandan 4 years ago
parent 841f1a23d4
commit bbce82d865

@ -1,6 +1,6 @@
---
name: Bug reports for the CLI client
about: Create a report to help us improve the command-line client tsh
name: 🐞 Bug reports for the CLI client
about: Found something wrong with tsh? Report them here
title: 'CLI: '
labels: bug, cli
assignees: ''

@ -1,6 +1,6 @@
---
name: Bug reports for the database server
about: Create a bug report to help us improve the database server tdb
name: 🐞 Bug reports for the database server 📑
about: Found something wrong with the database server? Report it here
title: 'Server: '
labels: bug, server
assignees: ''

@ -1,6 +1,6 @@
---
name: Feature request
about: Suggest an idea for this project
name: Feature request 🚀
about: Got an idea 💡 for this project? Amazing! Tell us about it so that we can get it implemented!
title: 'Feature: '
labels: enhancement
assignees: ''

@ -1,6 +1,6 @@
---
name: Issues with documentation
about: Report incorrect/ambiguous/incorrect/missing documentation
name: Issues 🤔 with documentation 🧾
about: Found any incorrect/missing/ambiguous documentation? Use this issue type
title: 'Docs: '
labels: documentation
assignees: ''

@ -0,0 +1,11 @@
---
name: Other issues
about: Can't think of what template to use? Use this one!
title: ''
labels:
assignees: ''
---
**Description**
<!-- briefly describe your issue -->

@ -1,6 +1,6 @@
---
name: Performance concerns
about: Share concerns regarding performance
about: Have a concern about performance? Use this template
title: 'Performance: '
labels: performance
assignees: ''

@ -1,6 +1,6 @@
---
name: Security concerns
about: Share concerns regarding security
name: Security concerns 🔐
about: Found a security loophole or have a suggestion about security? Use this issue type
title: 'Security: '
labels: security
assignees: ''

@ -57,7 +57,6 @@ This project strictly follows semver, however, since this project is currently i
**Yes - we need you!** Be it a typo, a bizarre idea, a dirty bug🐞 or an amazing patch - you're welcome to contribute to TDB! Beginner friendly issues are marked with the ![easyfix](https://img.shields.io/badge/easyfix-C71585) label. Read the guide [here](./CONTRIBUTING.md).
.
## License

Loading…
Cancel
Save