Moved guides to GitHub and updated repo config
This commit is contained in:
parent
53a803257b
commit
a9e056f313
12 changed files with 84 additions and 130 deletions
24
.github/ISSUE_TEMPLATE/found-a-bug.yml
vendored
Normal file
24
.github/ISSUE_TEMPLATE/found-a-bug.yml
vendored
Normal 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 isn’t working?
|
||||
validations:
|
||||
required: true
|
Loading…
Add table
Add a link
Reference in a new issue