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
2
.github/FUNDING.yml
vendored
2
.github/FUNDING.yml
vendored
|
@ -1 +1 @@
|
|||
liberapay: sunknudsen
|
||||
custom: https://sunknudsen.com/donate
|
||||
|
|
5
.github/ISSUE_TEMPLATE/config.yml
vendored
Normal file
5
.github/ISSUE_TEMPLATE/config.yml
vendored
Normal file
|
@ -0,0 +1,5 @@
|
|||
blank_issues_enabled: false
|
||||
contact_links:
|
||||
- name: Have feedback or need help?
|
||||
url: https://github.com/sunknudsen/privacy-guides/discussions
|
||||
about: Check out discussions
|
25
.github/ISSUE_TEMPLATE/found-a-bug.md
vendored
25
.github/ISSUE_TEMPLATE/found-a-bug.md
vendored
|
@ -1,25 +0,0 @@
|
|||
---
|
||||
name: Found a bug?
|
||||
about: Use this template to submit a bug report
|
||||
title: ""
|
||||
labels: bug
|
||||
assignees: ""
|
||||
---
|
||||
|
||||
<!-- Please use discussions if you need help. -->
|
||||
|
||||
## Branch
|
||||
|
||||
`draft` or `master`?
|
||||
|
||||
## Guide
|
||||
|
||||
<!-- Example: How to self-host a hardened strongSwan IKEv2/IPsec VPN server for iOS and macOS -->
|
||||
|
||||
## Operating system and version
|
||||
|
||||
<!-- Example: macOS Catalina 10.15.7 -->
|
||||
|
||||
## Description
|
||||
|
||||
What isn’t working?
|
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
|
25
.github/ISSUE_TEMPLATE/have-a-suggestion.md
vendored
25
.github/ISSUE_TEMPLATE/have-a-suggestion.md
vendored
|
@ -1,25 +0,0 @@
|
|||
---
|
||||
name: Have a suggestion?
|
||||
about: Use this template to submit a suggestion
|
||||
title: ""
|
||||
labels: suggestion
|
||||
assignees: ""
|
||||
---
|
||||
|
||||
<!-- Please use discussions if you need help. -->
|
||||
|
||||
## Branch
|
||||
|
||||
`draft` or `master`?
|
||||
|
||||
## Guide
|
||||
|
||||
<!-- Example: How to self-host a hardened strongSwan IKEv2/IPsec VPN server for iOS and macOS -->
|
||||
|
||||
## Operating system and version
|
||||
|
||||
<!-- Example: macOS Catalina 10.15.7 -->
|
||||
|
||||
## Description
|
||||
|
||||
What do you suggest?
|
Loading…
Add table
Add a link
Reference in a new issue