Moved guides to GitHub and updated repo config

This commit is contained in:
Sun Knudsen 2022-01-17 09:28:20 -05:00
parent 53a803257b
commit a9e056f313
No known key found for this signature in database
GPG key ID: 02C43AD072D57783
12 changed files with 84 additions and 130 deletions

24
.github/ISSUE_TEMPLATE/found-a-bug.yml vendored Normal file
View file

@ -0,0 +1,24 @@
name: Found a bug?
description: Report bug so we can improve
labels: ["bug"]
body:
- type: markdown
value: |
## Hey 👋
Thanks for reporting bug.
- type: input
id: guide
attributes:
label: Guide
description: "Which guide(s) is(are) affected by bug (comma separated)?"
placeholder: "Example: “How to audit source code of proprietary Electron app”"
validations:
required: true
- type: textarea
id: summary
attributes:
label: Summary
description: What isnt working?
validations:
required: true