From dcdbdbeab22a55027ccb76d2401a4e9dac4ba320 Mon Sep 17 00:00:00 2001 From: Leopold Talirz Date: Tue, 10 Sep 2019 19:25:39 +0200 Subject: [PATCH] use readme.md as default filename this saves unnecessary renaming + will make github show the AEP when you enter the folder. --- 000_aep_guidelines/{aep_guidelines.md => readme.md} | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) rename 000_aep_guidelines/{aep_guidelines.md => readme.md} (96%) diff --git a/000_aep_guidelines/aep_guidelines.md b/000_aep_guidelines/readme.md similarity index 96% rename from 000_aep_guidelines/aep_guidelines.md rename to 000_aep_guidelines/readme.md index 3c236ea..7f3bc1d 100644 --- a/000_aep_guidelines/aep_guidelines.md +++ b/000_aep_guidelines/readme.md @@ -71,8 +71,8 @@ A summary for pros and cons for the proposed enhancement, detailing e.g. which p 1. [Fork](https://help.github.com/en/articles/fork-a-repo) this repository 2. Create a folder with the title of the AEP in lower [snake-case](https://en.wikipedia.org/wiki/Snake_case) - and put a [Markdown](https://guides.github.com/features/mastering-markdown/) file with the title of the AEP in lower case inside this folder. - * You may use the `aep_guidelines.md` as a template. + and put readme file in [Markdown](https://guides.github.com/features/mastering-markdown/) format inside this folder. + * You may use this `readme.md` as a template. * You may use the folder to include additional files relevant to your enhancement proposal. * Add your AEP to the `README.md` at the top level of the repository. * Consider discussing your proposal informally with an [AiiDA team](https://github.com/orgs/aiidateam/people) member to get an initial reaction