diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..86c95ef --- /dev/null +++ b/.gitignore @@ -0,0 +1,13 @@ +# Generated files by hugo +/public/ +/resources/_gen/ +/assets/jsconfig.json +hugo_stats.json + +# Executable may be added to repository +hugo.exe +hugo.darwin +hugo.linux + +# Temporary lock file while building +/.hugo_build.lock diff --git a/.gitmodules b/.gitmodules new file mode 100644 index 0000000..12744dd --- /dev/null +++ b/.gitmodules @@ -0,0 +1,3 @@ +[submodule "themes/hugo-book"] + path = themes/hugo-book + url = https://github.com/alex-shpak/hugo-book diff --git a/ISSUE_TEMPLATE/BUG_REPORT.yaml b/ISSUE_TEMPLATE/BUG_REPORT.yaml new file mode 100644 index 0000000..9efe79b --- /dev/null +++ b/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/ISSUE_TEMPLATE/ENHANCEMENT.yaml b/ISSUE_TEMPLATE/ENHANCEMENT.yaml new file mode 100644 index 0000000..80afd32 --- /dev/null +++ b/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-legal/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 diff --git a/ISSUE_TEMPLATE/FEATURE_REQUEST.yaml b/ISSUE_TEMPLATE/FEATURE_REQUEST.yaml new file mode 100644 index 0000000..875b7c5 --- /dev/null +++ b/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-legal/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 diff --git a/ISSUE_TEMPLATE/config.yaml b/ISSUE_TEMPLATE/config.yaml new file mode 100644 index 0000000..faba44c --- /dev/null +++ b/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/LICENSE b/LICENSE new file mode 100644 index 0000000..e35d9c4 --- /dev/null +++ b/LICENSE @@ -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. \ No newline at end of file diff --git a/README.md b/README.md index d3f40a2..8bf09f1 100644 --- a/README.md +++ b/README.md @@ -1 +1,27 @@ -Legal +
+ +![Stars](https://img.shields.io/gitea/stars/Programming.Dev/p.d-legal.svg?style=for-the-badge&gitea_url=https://git.programming.dev) + +
+
+ +

P.D Legal

+

+ Source code for the programming.dev legal site +

+
+ +## About + +The programming.dev legal site is a spot where legal and core documents such as the code of conduct are hosted for programming.dev related instances. + +## Links + +- [Site](https://legal.programming.dev) +- [Main Repo](https://git.programming.dev/Programming.Dev/p.d-legal) +- [Discord](https://discord.gg/JsGUgmXheC) +- [Matrix](https://matrix.to/#/#p.d:matrix.org) + +## Credits + +Icon base by [Delapouite](https://delapouite.com/) under [CC BY 3.0](https://creativecommons.org/licenses/by/3.0/) with modifications to add a gradient