-
Notifications
You must be signed in to change notification settings - Fork 17
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore: Update PULL_REQUEST_TEMPLATE.md to include Open Source License…
… Notice for Contributors
- Loading branch information
Showing
1 changed file
with
3 additions
and
7 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,11 +1,7 @@ | ||
## Pull Request Agreement | ||
# Open Source License Notice for Contributors | ||
|
||
By opening this pull request, you agree to the following: | ||
If you are contributing a recipe to this repository, you agree to license your contribution under the terms of the [CC BY-SA 4.0](https://creativecommons.org/licenses/by-sa/4.0/) license. | ||
|
||
- [ ] I have read the [contributing](http://github.com/infinitered/ignite-cookbook/blob/main/CONTRIBUTING.md) guidelines. | ||
- [ ] I have adhered to the coding standards and best practices. | ||
- [ ] I have ensured that my code changes do not introduce new issues. | ||
- [ ] I understand that my changes may be modified or rejected during the review process. | ||
- [ ] I have updated relevant documentation, if applicable. | ||
If you have any questions, please reference the [CONTRIBUTING.md](../CONTRIBUTING.md) or [LICENSE.md](../LICENSE.md) file for more information. | ||
|
||
Thank you for your contribution! |