Initial commit
This commit is contained in:
commit
4a22a97a19
6 changed files with 121 additions and 0 deletions
28
ISSUE_TEMPLATE/BUG_REPORT.yaml
Normal file
28
ISSUE_TEMPLATE/BUG_REPORT.yaml
Normal file
|
@ -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
|
24
ISSUE_TEMPLATE/ENHANCEMENT.yaml
Normal file
24
ISSUE_TEMPLATE/ENHANCEMENT.yaml
Normal file
|
@ -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-git/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
|
24
ISSUE_TEMPLATE/FEATURE_REQUEST.yaml
Normal file
24
ISSUE_TEMPLATE/FEATURE_REQUEST.yaml
Normal file
|
@ -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-git/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
|
11
ISSUE_TEMPLATE/config.yaml
Normal file
11
ISSUE_TEMPLATE/config.yaml
Normal file
|
@ -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
|
7
LICENSE
Normal file
7
LICENSE
Normal file
|
@ -0,0 +1,7 @@
|
|||
Copyright 2024 Programming.Dev
|
||||
|
||||
Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the “Software”), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
|
||||
|
||||
The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
|
||||
|
||||
THE SOFTWARE IS PROVIDED “AS IS”, WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
|
27
README.md
Normal file
27
README.md
Normal file
|
@ -0,0 +1,27 @@
|
|||
<div align="center">
|
||||
|
||||

|
||||
|
||||
</div>
|
||||
<div align="center">
|
||||
<img src="https://git.programming.dev/repo-avatars/9d40128d6253bcf0255b4dc97e05f21cfc77449a50abd668041a46039832060c" width=200px height=200px></img>
|
||||
<h3 align="center"><a href="https://git.programming.dev">P.D Wiki</a></h3>
|
||||
<p align="center">
|
||||
Issue tracker for the programming.dev source forge
|
||||
</p>
|
||||
</div>
|
||||
|
||||
## About
|
||||
|
||||
The Programming.Dev source forge is a spot that hosts any code related to programming.dev including bots, alt frontends, supporting sites, tools, etc.
|
||||
|
||||
## Links
|
||||
|
||||
- [Site](https://wiki.programming.dev)
|
||||
- [Main Repo](https://git.programming.dev/Programming.Dev/p.d-wiki)
|
||||
- [Discord](https://discord.gg/JsGUgmXheC)
|
||||
- [Matrix](https://matrix.to/#/#p.d:matrix.org)
|
||||
|
||||
## 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…
Add table
Reference in a new issue