diff --git a/.github/ISSUE_TEMPLATE/config.yml b/.github/ISSUE_TEMPLATE/config.yml new file mode 100644 index 0000000..5c58284 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/config.yml @@ -0,0 +1,5 @@ +blank_issues_enabled: false +contact_links: + - name: "Awesome Sysadmin Data" + url: "https://github.com/awesome-foss/awesome-sysadmin-data/issues" + about: "Please submit your issues or suggestions to the awesome-sysadmin-data repository instead." diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md index af5cacf..754b450 100644 --- a/.github/PULL_REQUEST_TEMPLATE.md +++ b/.github/PULL_REQUEST_TEMPLATE.md @@ -1,53 +1 @@ - - - -Thank you for taking the time to work on a PR for Awesome-Sysadmin! - -To ensure your PR is dealt with swiftly please check the following: - -- [ ] Your additions are [Free software](https://en.wikipedia.org/wiki/Free_software) -- [ ] Software you are submitting is not your own, unless you have a healthy ecosystem with a few contributors (which aren't your sock puppet accounts). -- [ ] Submit one item per pull request. This eases reviewing and speeds up inclusion. -- [ ] Format your submission as follows, where `Demo` and `Clients` are optional. - Do not add a duplicate `Source code` link if it is the same as the main link. - Keep the short description under 80 characters and use [sentence case](https://en.wikipedia.org/wiki/Letter_case#Sentence_case) - for it, even if the project's webpage or readme uses another capitalisation. - `Demo` links should only be used for interactive demos, i.e. not video demonstrations. - ``- [Name](http://homepage/) - Short description, under 250 characters, sentence case. ([Demo](http://url.to/demo), [Source Code](http://url.of/source/code), [Clients](https://url.to/list/of/related/clients-or-apps)) `License` `Language` `` -- [ ] Additions are inserted preserving alphabetical order. -- [ ] Additions are not already listed at [awesome-selfhosted](https://awesome-selfhosted.net) -- [ ] The `Language` tag is the main **server-side** requirement for the software. Don't include frameworks or specific dialects. -- [ ] You have searched the repository for any relevant [issues](https://github.com/awesome-foss/awesome-sysadmin/issues) or [PRs](https://github.com/awesome-foss/awesome-sysadmin/pulls), including closed ones. -- [ ] Any category you are creating has the minimum requirement of 3 items. -- [ ] Any software project you are adding to the list is actively maintained. -- [ ] The pull request title is informative, unlike "Update README.md". - Suggested titles: "Add aaa to bbb" for adding software aaa to section bbb, - "Remove aaa from bbb" for removing, "Fix license for aaa", etc. - --------------- - -Please take some time to answer the following questions as best you can: - - - -- **Why is it awesome?** - -Replace this text with your answer. - -- **Have you used it? For how long?** - -Replace this text with your answer. - -- **Is this in a personal or professional setup?** - -Replace this text with your answer. - -- **How many devices/users/services/... do you manage with it?** - -Replace this text with your answer. - -- **Biggest pros/cons compared to other solutions?** - -Replace this text with your answer. - -- **Any other comments about your use case, things you've found excellent, limitations you've encountered... ?** +Please do not submit pull requests in this repository. Use https://github.com/awesome-selfhosted/awesome-selfhosted-data instead. diff --git a/.gitignore b/.gitignore deleted file mode 100644 index 76cd821..0000000 --- a/.gitignore +++ /dev/null @@ -1 +0,0 @@ -/.venv/ \ No newline at end of file diff --git a/_static/awesome.png b/_static/awesome.png new file mode 100644 index 0000000..91954b9 Binary files /dev/null and b/_static/awesome.png differ