From 50ff9cf781e96e3725135ae8f4460fdc9d4458ed Mon Sep 17 00:00:00 2001 From: Ategon Date: Sun, 25 Feb 2024 20:00:54 -0500 Subject: [PATCH] Add .gitea --- .gitea/ISSUE_TEMPLATE/BUG_REPORT.yaml | 28 ++++++++++++++++++++++ .gitea/ISSUE_TEMPLATE/ENHANCEMENT.yaml | 24 +++++++++++++++++++ .gitea/ISSUE_TEMPLATE/FEATURE_REQUEST.yaml | 24 +++++++++++++++++++ .gitea/ISSUE_TEMPLATE/config.yaml | 11 +++++++++ README.md | 20 ++++++++++++++++ 5 files changed, 107 insertions(+) create mode 100644 .gitea/ISSUE_TEMPLATE/BUG_REPORT.yaml create mode 100644 .gitea/ISSUE_TEMPLATE/ENHANCEMENT.yaml create mode 100644 .gitea/ISSUE_TEMPLATE/FEATURE_REQUEST.yaml create mode 100644 .gitea/ISSUE_TEMPLATE/config.yaml create mode 100644 README.md diff --git a/.gitea/ISSUE_TEMPLATE/BUG_REPORT.yaml b/.gitea/ISSUE_TEMPLATE/BUG_REPORT.yaml new file mode 100644 index 0000000..9efe79b --- /dev/null +++ b/.gitea/ISSUE_TEMPLATE/BUG_REPORT.yaml @@ -0,0 +1,28 @@ +name: Bug Report +description: 🐞 File a bug report +title: "[Bug]: " +labels: ["Kind/🍊 Bug"] +body: + - type: markdown + attributes: + value: | + Thanks for taking the time to fill out this bug report! + - type: textarea + id: what-happened + attributes: + label: What happened? + description: Explain the bug and give images if possible + validations: + required: true + - type: textarea + id: steps + attributes: + label: Steps to Reproduce + description: Walk us through all the steps on how to reproduce your issue + value: | + 1. + 2. + 3. + 4. + validations: + required: true \ No newline at end of file diff --git a/.gitea/ISSUE_TEMPLATE/ENHANCEMENT.yaml b/.gitea/ISSUE_TEMPLATE/ENHANCEMENT.yaml new file mode 100644 index 0000000..f42c701 --- /dev/null +++ b/.gitea/ISSUE_TEMPLATE/ENHANCEMENT.yaml @@ -0,0 +1,24 @@ +name: Enhancement +description: 🥪 Create an Enhancement Request (enhance existing features) +labels: ["Kind/🥪 Enhancement"] +body: + - type: markdown + attributes: + value: | + Thanks for taking the time to suggest some new enhancements + - type: checkboxes + attributes: + label: Requirements + description: Before you create an enhancement request, please check the following - + options: + - label: Check to see if this request already exists [here](https://git.programming.dev/Programming.Dev/p.d-wiki/issues?state=open&labels=3) + required: true + - label: Make sure It's a single enhancement. Please don't request multiple enhancements in one issue. + required: true + - type: textarea + id: description + attributes: + label: Describe the enhancement you want + description: Give a good description of what you want added. Also explain why its needed + validations: + required: true \ No newline at end of file diff --git a/.gitea/ISSUE_TEMPLATE/FEATURE_REQUEST.yaml b/.gitea/ISSUE_TEMPLATE/FEATURE_REQUEST.yaml new file mode 100644 index 0000000..765f9f1 --- /dev/null +++ b/.gitea/ISSUE_TEMPLATE/FEATURE_REQUEST.yaml @@ -0,0 +1,24 @@ +name: Feature Request +description: 🍖 Create a Feature Request +labels: ["Kind/🍖 Feature"] +body: + - type: markdown + attributes: + value: | + Thanks for taking the time to suggest some new features + - type: checkboxes + attributes: + label: Requirements + description: Before you create a feature request, please check the following - + options: + - label: Check to see if this request already exists [here](https://git.programming.dev/Programming.Dev/p.d-wiki/issues?state=open&labels=2) + required: true + - label: Make sure It's a single feature. Please don't request multiple features in one issue. + required: true + - type: textarea + id: description + attributes: + label: Describe the feature you want + description: Give a good description of what you want added. Also explain why its needed + validations: + required: true \ No newline at end of file diff --git a/.gitea/ISSUE_TEMPLATE/config.yaml b/.gitea/ISSUE_TEMPLATE/config.yaml new file mode 100644 index 0000000..faba44c --- /dev/null +++ b/.gitea/ISSUE_TEMPLATE/config.yaml @@ -0,0 +1,11 @@ +blank_issues_enabled: false +contact_links: + - name: Programming.Dev Matrix Space + url: https://matrix.to/#/#p.d:matrix.org + about: For general chatting about programming.dev + - name: Programming.Dev Discord + url: https://discord.gg/PkdaMKsRQ9 + about: For general chatting about programming.dev + - name: Email + url: mailto:info@programming.dev + about: Email the programming.dev team \ No newline at end of file diff --git a/README.md b/README.md new file mode 100644 index 0000000..a400618 --- /dev/null +++ b/README.md @@ -0,0 +1,20 @@ +
+ +![Stars](https://img.shields.io/gitea/stars/Programming.Dev/p.d-blog.svg?style=for-the-badge&gitea_url=https://git.programming.dev) + +
+
+ +

P.D Wiki

+

+ Source code for the official Programming.Dev blog. +

+
+ +## About + +The Programming.Dev blog is a place where news relating to programming.dev instances including announcements, release notes, community showcases, and more are posted. + +## Credits + +Icon base by [Lorc](https://lorcblog.blogspot.com/) under [CC BY 3.0](https://creativecommons.org/licenses/by/3.0/) with modifications to add a gradient