diff options
author | nodiscc <nodiscc@gmail.com> | 2023-08-22 12:58:10 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-08-22 12:58:10 +0000 |
commit | b06565e29a40fea8878a27388dd24415ad926368 (patch) | |
tree | 842d51275333b6852b2ee4e47fc9514d99a0051b /.github/CONTRIBUTING.md | |
parent | Standardize "alternative to" proprietary services formatting (#4123) (diff) | |
download | awesome-selfhosted-b06565e29a40fea8878a27388dd24415ad926368.tar.gz awesome-selfhosted-b06565e29a40fea8878a27388dd24415ad926368.zip |
move issue tracking/contribution workflows/project management to awesome-selfhosted-data (#4083)
- ref. https://github.com/awesome-selfhosted/awesome-selfhosted-data/issues/33
- ref. https://github.com/awesome-selfhosted/awesome-selfhosted-data/issues/11
- ref. https://github.com/awesome-selfhosted/awesome-selfhosted/issues/1038
Diffstat (limited to '.github/CONTRIBUTING.md')
-rw-r--r-- | .github/CONTRIBUTING.md | 16 |
1 files changed, 0 insertions, 16 deletions
diff --git a/.github/CONTRIBUTING.md b/.github/CONTRIBUTING.md deleted file mode 100644 index d1a0fe44..00000000 --- a/.github/CONTRIBUTING.md +++ /dev/null @@ -1,16 +0,0 @@ -## Contributing - -Please open a new issue to clarify any questions, or post in the [General discussion issue](https://github.com/awesome-selfhosted/awesome-selfhosted/issues/89). - -All guidelines for adding new software to the list are listed in [PULL_REQUEST_TEMPLATE.md](PULL_REQUEST_TEMPLATE.md). - -Other recommendations: - -- To add a new entry, [edit the README.md file](https://github.com/awesome-selfhosted/awesome-selfhosted/edit/master/README.md) through Github's web interface or a text editor, and send a Pull Request. -- See [Editing files in another user's repository](https://help.github.com/articles/editing-files-in-another-user-s-repository/), [Creating Pull Requests](https://help.github.com/articles/creating-a-pull-request/), [Using Pull Requests](https://help.github.com/articles/using-pull-requests/) for help on sending your patch. -- A website to help you format new entries is available at https://n8225.github.io/ -- The list of contributors can be updated with `make contrib`. -- Software with no development activity for 6-12 months may be removed from the list. -- Approved Pull Requests are usually merged one week after approval. -- Don't know where to start? Check issues labeled [`help wanted`](https://github.com/awesome-selfhosted/awesome-selfhosted/issues?q=is%3Aissue+is%3Aopen+label%3A%22help+wanted%22) and [`fix`](https://github.com/awesome-selfhosted/awesome-selfhosted/issues?q=is%3Aissue+is%3Aopen+label%3Afix). - |