You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{%- if cookiecutter.open_source_license == "Not open source" %}
13
14
This repository is not open source.
14
15
You will need explicit permission from the repository owner to redistribute or make any modifications to this code.
15
16
{%- else %}
@@ -46,6 +47,10 @@ To contribute changes:
46
47
1. Push the branch to GitHub (`git push origin new-fix-or-feature`).
47
48
1. On GitHub, create a new [pull request](https://github.com/{{ cookiecutter.repository_owner }}/{{ cookiecutter.repository_name }}/pull/new/main) from the feature branch.
48
49
50
+
{%- if cookiecutter.create_author_file == "y" %}
51
+
When you contribute for the first time, ensure you add your name to the contributors list in `AUTHORS.md`!
52
+
53
+
{%- endif %}
49
54
### Pull requests
50
55
51
56
Before submitting a pull request, check whether you have:
Permission to use, copy, modify, and/or distribute this software for any purpose with or without fee is hereby granted, provided that the above copyright notice and this permission notice appear in all copies.
60
61
61
62
THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
{%- if cookiecutter.open_source_license == "Not open source" %}
105
+
This repository is not open source.
106
+
You will need explicit permission from the repository owner to redistribute or make any modifications to this code.
107
+
{%- else %}
108
+
Licensed under the {{ cookiecutter.open_source_license }}.
109
+
{%- endif %}
110
+
100
111
## Credits
101
112
102
113
This package was created with [Cookiecutter](https://github.com/audreyr/cookiecutter) and the [arup-group/cookiecutter-pypackage](https://github.com/arup-group/cookiecutter-pypackage) project template.
0 commit comments