forked from Programming.Dev/p.d-blog
Add .gitea
This commit is contained in:
parent
e869d66be1
commit
50ff9cf781
|
@ -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
|
|
@ -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
|
|
@ -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
|
|
@ -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
|
|
@ -0,0 +1,20 @@
|
|||
<div align="center">
|
||||
|
||||
![Stars](https://img.shields.io/gitea/stars/Programming.Dev/p.d-blog.svg?style=for-the-badge&gitea_url=https://git.programming.dev)
|
||||
|
||||
</div>
|
||||
<div align="center">
|
||||
<img src="https://git.programming.dev/repo-avatars/c340375cacc216c630a9c56dc2f1860028e34b29de9b538f53f2d833252c2357" width=200px height=200px></img>
|
||||
<h3 align="center"><a href="">P.D Wiki</a></h3>
|
||||
<p align="center">
|
||||
Source code for the official Programming.Dev blog.
|
||||
</p>
|
||||
</div>
|
||||
|
||||
## 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
|
Loading…
Reference in New Issue