Skip to content

Commit 7baeaa4

Browse files
authored
Splitting the README into two smaller READMEs and putting them in subdirectories so they are not displayed as the default for the whole repo. (#496)
1 parent 8aa5e4a commit 7baeaa4

File tree

3 files changed

+18
-23
lines changed

3 files changed

+18
-23
lines changed
Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
# Configurations
2+
3+
Templates for various different issue types are defined in this directory
4+
and a pull request template is defined as ``../pull_request_template.md``. Adding,
5+
removing, and modifying these templates to suit the needs of your project is encouraged.
6+
7+
For more information about these templates, look here: https://lincc-ppt.readthedocs.io/en/latest/practices/issue_pr_templating.html
8+
9+
Or if you still have questions contact us: https://lincc-ppt.readthedocs.io/en/latest/source/contact.html

python-project-template/.github/README.md

Lines changed: 0 additions & 23 deletions
This file was deleted.
Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
# Workflows
2+
3+
The .yml files in this directory are used to define the various continuous
4+
integration scripts that will be run on your behalf e.g. nightly as a smoke check,
5+
or when you create a new PR.
6+
7+
For more information about CI and workflows, look here: https://lincc-ppt.readthedocs.io/en/latest/practices/ci.html
8+
9+
Or if you still have questions contact us: https://lincc-ppt.readthedocs.io/en/latest/source/contact.html

0 commit comments

Comments
 (0)