From 9568522d9c9324d9e0c8e82da3b160b775e8719e Mon Sep 17 00:00:00 2001 From: Futago-za Ryuu Date: Wed, 29 Nov 2017 15:29:42 +0000 Subject: [PATCH] Move guidelines to docs folder --- CODE_OF_CONDUCT.md => docs/CODE_OF_CONDUCT.md | 0 CONTRIBUTING.md => docs/CONTRIBUTING.md | 6 +++--- 2 files changed, 3 insertions(+), 3 deletions(-) rename CODE_OF_CONDUCT.md => docs/CODE_OF_CONDUCT.md (100%) rename CONTRIBUTING.md => docs/CONTRIBUTING.md (93%) diff --git a/CODE_OF_CONDUCT.md b/docs/CODE_OF_CONDUCT.md similarity index 100% rename from CODE_OF_CONDUCT.md rename to docs/CODE_OF_CONDUCT.md diff --git a/CONTRIBUTING.md b/docs/CONTRIBUTING.md similarity index 93% rename from CONTRIBUTING.md rename to docs/CONTRIBUTING.md index c0ebf80..2c791db 100644 --- a/CONTRIBUTING.md +++ b/docs/CONTRIBUTING.md @@ -1,7 +1,7 @@ # Contribution Guidelines The best way to contribute to PEG.js is by using it and giving back useful -feedback — reporting discovered bugs or requesting missing features. +feedback, reporting discovered bugs or requesting missing features. You can also contribute code, but be advised that many patches end up being rejected, usually because the change doesn’t fit the project or because of @@ -26,8 +26,8 @@ input) reproducing the problem. ## Requesting Features Request features using [GitHub issues][issues]. Before submitting a feature -request, please [search existing requests][issues-search-enhancements] to see if -the feature wasn’t requested already. +request, please [search existing requests][issues-search-enhancements] to see +if the feature wasn’t requested already. In the request, please describe: