From b82935496f1b0ba192e816c73b7e2e382d484f91 Mon Sep 17 00:00:00 2001 From: trimstray Date: Fri, 15 Nov 2019 08:52:06 +0100 Subject: [PATCH] update paths - signed-off-by: trimstray --- CODE_OF_CONDUCT.md => .github/CODE_OF_CONDUCT.md | 0 CONTRIBUTING.md => .github/CONTRIBUTING.md | 11 +++++++++++ README.md | 2 +- 3 files changed, 12 insertions(+), 1 deletion(-) rename CODE_OF_CONDUCT.md => .github/CODE_OF_CONDUCT.md (100%) rename CONTRIBUTING.md => .github/CONTRIBUTING.md (68%) diff --git a/CODE_OF_CONDUCT.md b/.github/CODE_OF_CONDUCT.md similarity index 100% rename from CODE_OF_CONDUCT.md rename to .github/CODE_OF_CONDUCT.md diff --git a/CONTRIBUTING.md b/.github/CONTRIBUTING.md similarity index 68% rename from CONTRIBUTING.md rename to .github/CONTRIBUTING.md index 1dcf5e1..7bf1cae 100644 --- a/CONTRIBUTING.md +++ b/.github/CONTRIBUTING.md @@ -4,6 +4,17 @@ If you would like to support this project, have an interesting idea how to improve the operation of this tool, or if you found some errors - fork this, add your fixes, and add a pull request of your branch to the **master branch**. +## Using the issue tracker + +The [issue tracker](https://github.com/trimstray/the-practical-linux-hardening-guide/issues) is +the preferred channel for bug reports, features requests and submitting pull requests, but please respect the following restrictions: + +* Please **do not** use the issue tracker for personal support requests (use + [Stack Overflow](https://stackoverflow.com) or IRC) + +* Please **do not** derail or troll issues. Keep the discussion on topic and + respect the opinions of others + ## Signature of commit Moving forward all commits to this project must include a "signed-off-by" line indicating the name and email address of the contributor signing off on the change. To enable signatures add the following lines to `.git/hooks/prepare-commit-msg` : diff --git a/README.md b/README.md index b1bcab8..b3e2692 100644 --- a/README.md +++ b/README.md @@ -288,7 +288,7 @@ Thanks [@artem-sidorenko](https://github.com/artem-sidorenko)! If you find something which doesn't make sense, or something doesn't seem right, please make a pull request and please add valid and well-reasoned explanations about your changes or comments. -Before adding a pull request, please see the **[contributing guidelines](CONTRIBUTING.md)**. +Before adding a pull request, please see the **[contributing guidelines](.github/CONTRIBUTING.md)**. If this project is useful and important for you or if you really like _The Practical Linux Hardening Guide_, you can bring **positive energy** by giving some **good words** or **supporting this project**. Thank you!