diff options
author | nodiscc <nodiscc@gmail.com> | 2023-01-31 14:10:07 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-01-31 14:10:07 +0000 |
commit | 794490c2bc3056463a5da864accbe719f63b4839 (patch) | |
tree | 2a027dcd19b0a3d17171ee2ff88620aca17335bd /.github | |
parent | Add Takahē to Social Networking and Forum software (#3471) (diff) | |
download | awesome-selfhosted-794490c2bc3056463a5da864accbe719f63b4839.tar.gz awesome-selfhosted-794490c2bc3056463a5da864accbe719f63b4839.zip |
tools: remove obsolete test tooling + add CI badge (#3555)
* tools: remove obsolete test tooling
- tests should now be performed from https://github.com/awesome-selfhosted/awesome-selfhosted-data#maintenance
- ref. https://github.com/awesome-selfhosted/awesome-selfhosted/issues/1038
- ref. https://github.com/awesome-selfhosted/awesome-selfhosted/issues/1852
- ref. https://github.com/awesome-selfhosted/awesome-selfhosted/issues/2266
* add a badge pointing to the main issue about unmaintained projects/dead links removal
- ref. https://github.com/awesome-selfhosted/awesome-selfhosted/issues/2266
Diffstat (limited to '.github')
-rw-r--r-- | .github/CONTRIBUTING.md | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/.github/CONTRIBUTING.md b/.github/CONTRIBUTING.md index 9fea8a1b..7fa14d37 100644 --- a/.github/CONTRIBUTING.md +++ b/.github/CONTRIBUTING.md @@ -8,7 +8,6 @@ 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 script to help you format new entries is available at (it requires `make` to be installed): `git clone`/[download](https://github.com/awesome-selfhosted/awesome-selfhosted/archive/master.zip) and enter the repository, run `make add` and follow the instructions. - 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. |