Skip to content
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

Update license to CC-BY-SA-4.0 #69

Draft
wants to merge 3 commits into
base: master
Choose a base branch
from
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
15 changes: 15 additions & 0 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
# Contributing

To make edits to this site, just click the edit icon on a page on the live site to launch the GitHub code editor.
If you are a member of the lab you can commit straight to `master` and for 95% of changes that is what you should do;
do not bother submitting pull requests for this repo; we can always revert if we need to.

After committing to `master`, the site will rebuild and redeploy to https://intranet.neuro.polymtl.ca/ within a minute or so.
You can watch its progress on the [Actions Tab](https://github.com/neuropoly/intranet.neuro.polymtl.ca/actions/workflows/publish.yml)!

## Copyright

By submitting content, you agree to license it under the terms set out in [LICENSE](./LICENSE) -- the [CC-BY-SA-4.0](https://creativecommons.org/licenses/by-sa/4.0/) license,
and that you have the right to submit it -- it's either your own work or copy-pasted from content that's also open (like answers on StackOverflow).

To honour the "BY" clause, your contributions will be credited by the `git log`, which can be viewed [here](https://github.com/neuropoly/intranet.neuro.polymtl.ca/graphs/contributors).
Loading