From a98ab893c2791d683162886d36f212aaee92e902 Mon Sep 17 00:00:00 2001 From: "m.nabokikh" Date: Fri, 20 May 2022 16:19:20 +0400 Subject: [PATCH] fix: Move enhancements to the docs folder Signed-off-by: m.nabokikh --- {enhancements => docs/enhancements}/README.md | 4 ++-- .../enhancements}/_title-YYYY-MM-DD-#issue.md | 0 2 files changed, 2 insertions(+), 2 deletions(-) rename {enhancements => docs/enhancements}/README.md (82%) rename {enhancements => docs/enhancements}/_title-YYYY-MM-DD-#issue.md (100%) diff --git a/enhancements/README.md b/docs/enhancements/README.md similarity index 82% rename from enhancements/README.md rename to docs/enhancements/README.md index f9454581..51bfd853 100644 --- a/enhancements/README.md +++ b/docs/enhancements/README.md @@ -10,14 +10,14 @@ This will make it easier for the community to describe, track, and look through ## Process ### Before starting -1. Search GitHub for previous [issues](https://github.com/dexidp/dex/issues), [discussions](https://github.com/dexidp/dex/discussions) and [DEPs](https://github.com/dexidp/dex/tree/master/enhancements). +1. Search GitHub for previous [issues](https://github.com/dexidp/dex/issues), [discussions](https://github.com/dexidp/dex/discussions) and [DEPs](https://github.com/dexidp/dex/tree/master/docs/enhancements). 2. If a discussion does not exist, [open it](https://github.com/dexidp/dex/discussions/new?category=Ideas). 3. Ensure that writing enhancement proposal is necessary for you change by discussing it with a community. ### Writing an enhancement proposal 1. Fork the repo. -2. Copy the [`enhancements/_title-YYYY-MM-DD-#issue.md`](enhancements/_title-YYYY-MM-DD-#issue.md) template with the appropriate +2. Copy the [`docs/enhancements/_title-YYYY-MM-DD-#issue.md`](docs/enhancements/_title-YYYY-MM-DD-#issue.md) template with the appropriate name. 3. Fill all sections according to hints in them. Provide as much information as you can. 4. Submit your PR and discuss it with the Dex team. diff --git a/enhancements/_title-YYYY-MM-DD-#issue.md b/docs/enhancements/_title-YYYY-MM-DD-#issue.md similarity index 100% rename from enhancements/_title-YYYY-MM-DD-#issue.md rename to docs/enhancements/_title-YYYY-MM-DD-#issue.md