-
Notifications
You must be signed in to change notification settings - Fork 13
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Create project template #63
Comments
Good question, cc @cylc/core. As we don't have much development bandwidth while working on Cylc 8 (scheduled for mid 2020 I think), I think a single repo with the generic contents for all projects would be easier. But wouldn't veto multiple templates 👍
In that case I think we would have:
|
Sounds good to me, with @kinow's tweaks 👍 |
Agreed, the template content looks fine. Depending on the hooks list, there might be some additional configuration files like .flake8 for example. |
GitHub provides project templates: https://help.github.com/en/articles/creating-a-template-repository
Would be nice to get one for Cylc, as we may end up getting more projects later. It could come with:
CHANGES.md
templateCONTRIBUTING.md
LICENSE
orCOPYING
setup.py
(even if not Python, I think it's fair as that's the most common language).github/
and templatesThe text was updated successfully, but these errors were encountered: