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

2
.github/FUNDING.yml vendored
View file

@ -1 +1 @@
liberapay: sunknudsen
custom: https://sunknudsen.com/donate

5
.github/ISSUE_TEMPLATE/config.yml vendored Normal file
View 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

View file

@ -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 isnt working?

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

View file

@ -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?