Compare commits

...

19 Commits

Author SHA1 Message Date
Ategon bc427bccf9 Move from .github to .gitea 2024-02-25 20:00:28 -05:00
Ategon ca4dc574bd Add LICENSE 2024-02-26 00:50:13 +00:00
Ategon faf3c9309d Update README.md 2024-02-26 00:46:52 +00:00
Ategon 388685aa55 Update README.md 2024-02-26 00:46:16 +00:00
Ategon c3ce1c416d Update .github/ISSUE_TEMPLATE/config.yaml 2024-02-26 00:24:42 +00:00
Ategon d3be5ef018 Update .github/ISSUE_TEMPLATE/config.yaml 2024-02-26 00:23:49 +00:00
Ategon 71e43e8375 Update .github/ISSUE_TEMPLATE/CONFIG.yaml 2024-02-26 00:23:31 +00:00
Ategon dc9ffed098 Update .github/ISSUE_TEMPLATE/CONFIG.yaml 2024-02-26 00:22:58 +00:00
Ategon 10a40708d3 Update .github/ISSUE_TEMPLATE/CONFIG.yaml 2024-02-25 23:21:35 +00:00
Ategon 1a10f05385 Add .github/ISSUE_TEMPLATE/CONFIG.yaml 2024-02-25 23:19:50 +00:00
Ategon cfa61624bc Update .github/ISSUE_TEMPLATE/FEATURE_REQUEST.yaml 2024-02-25 23:17:05 +00:00
Ategon c06b910db0 Add .github/ISSUE_TEMPLATE/ENHANCEMENT.yaml 2024-02-25 23:16:55 +00:00
Ategon 759195f0e8 Update .github/ISSUE_TEMPLATE/FEATURE_REQUEST.yaml 2024-02-25 23:14:06 +00:00
Ategon f459e38075 Update .github/ISSUE_TEMPLATE/FEATURE_REQUEST.yaml 2024-02-25 23:12:47 +00:00
Ategon 34fb7ae8d8 Add .github/ISSUE_TEMPLATE/FEATURE_REQUEST.yaml 2024-02-25 23:12:21 +00:00
Ategon 56acba3a72 Update .github/ISSUE_TEMPLATE/BUG_REPORT.yaml 2024-02-25 23:06:40 +00:00
Ategon 3c6865a3b9 Add README.md 2024-02-25 23:00:21 +00:00
Ategon ea5aba6b5c Add .github/ISSUE_TEMPLATE/BUG_REPORT.yaml 2024-02-25 20:54:55 +00:00
Ategon 63a7e12b33 Add tech community 2024-02-15 10:12:01 -05:00
12 changed files with 160 additions and 0 deletions

View 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

View 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-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

View 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-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

View 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
View 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.

26
README.md Normal file
View File

@ -0,0 +1,26 @@
<div align="center">
![Stars](https://img.shields.io/gitea/stars/Programming.Dev/p.d-wiki.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="https://wiki.programming.dev">P.D Wiki</a></h3>
<p align="center">
Source code for the Programming.Dev wiki site.
</p>
</div>
## About
The Programming.Dev wiki site is a place where programming.dev communities can create wiki pages about their community. For example to show a code of conduct, related communities, misc information thats relevant, 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 [Willdabeast](http://wjbstories.blogspot.com/) under [CC BY 3.0](https://creativecommons.org/licenses/by/3.0/) with modifications to add a gradient

View File

@ -0,0 +1,7 @@
---
BookMenuBundle: '/menu/tech'
---
# ![](/tech.png) Tech
A community for discussion around technological announcements
Welcome to the Tech community wiki! Click one of the documents to the left to see info on that subject and if you want to make edits feel free to make pull requests to the source repo linked in the "source" link on the left.

View File

@ -0,0 +1,11 @@
---
BookMenuBundle: '/menu/tech'
---
# 📐 Code of Conduct
Expected behaviours when interacting in the community
1. Follow the [Programming.Dev Code of Conduct](https://legal.programming.dev/docs/code-of-conduct)
2. Keep content primarily in english
3. Only post things related to technological advancements
4. Do not post political posts (e.g. posts about government legislation)
5. No editorialized/sensationalized post titles

View File

@ -0,0 +1,11 @@
---
BookMenuBundle: '/menu/tech'
---
# 👤 Credits
Credits for the wiki and community
## Wiki Contributors
- Ategon
## Logo
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

View File

@ -5,5 +5,6 @@ headless: true
**Communities** **Communities**
- [📙 Comics]({{< relref "/docs/comics" >}}) - [📙 Comics]({{< relref "/docs/comics" >}})
- [🎮 Gamedev]({{< relref "/docs/gamedev" >}}) - [🎮 Gamedev]({{< relref "/docs/gamedev" >}})
- [⚗️ Tech]({{< relref "/docs/tech" >}})
- [🕸️ Webdev]({{< relref "/docs/webdev" >}}) - [🕸️ Webdev]({{< relref "/docs/webdev" >}})
<br/> <br/>

View File

@ -0,0 +1,10 @@
---
headless: true
---
**Documents**
- [🏠 Home]({{< relref "/docs/tech" >}})
- [📐 Code of Conduct]({{< relref "/docs/tech/code-of-conduct" >}})
- [👤 Credits]({{< relref "/docs/tech/credits" >}})
- [✖️ Back]({{< relref "/docs" >}})
<br/>

BIN
static/tech.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 88 KiB