rustic icon indicating copy to clipboard operation
rustic copied to clipboard

chore(meta): Create issue templates and PR template, add authors.md

Open simonsan opened this issue 2 years ago • 6 comments

To make it easier for the users and us to understand what is happening and why, and what the preconditions are.

The rendered issue form template can be seen here: https://github.com/rustic-rs/rustic/blob/simonsan-patch-1/.github/ISSUE_TEMPLATE/bug_report.yml

The rendered feature request form template can be seen here: https://github.com/rustic-rs/rustic/blob/simonsan-patch-1/.github/ISSUE_TEMPLATE/feature_request.yml

Blocked by: Needs adoption to rustic_core extraction to own repository. No choice needed in templates.

simonsan avatar Aug 19 '23 02:08 simonsan

Added note to search our external docs as well, before opening an issue.

simonsan avatar Sep 07 '23 21:09 simonsan

Could you give it a rough look, @aawsome because I'm unsure if the direction is fine? Thanks a lot!

simonsan avatar Sep 11 '23 03:09 simonsan

What about the other (existing) authors which already contributed to the project?

aawsome avatar Sep 11 '23 04:09 aawsome

What about the other (existing) authors which already contributed to the project?

When added, we can open an issue and tag them to please leave their name, would be my proposal. But at some point we might want to start? Better late than never kind of style

simonsan avatar Sep 11 '23 04:09 simonsan

What about the other (existing) authors which already contributed to the project?

Note for us (taken from git-cliff): A list of contributors can be derived using curl -s https://api.github.com/repos/orhun/git-cliff/contributors | jq -r .[].login | xargs -I {} echo "- [ ] @{}"

simonsan avatar Oct 02 '23 21:10 simonsan