diff options
| author | Botahamec <botahamec@outlook.com> | 2022-10-23 17:22:18 -0400 |
|---|---|---|
| committer | Botahamec <botahamec@outlook.com> | 2022-10-23 17:22:18 -0400 |
| commit | 3c3609750c57f65c4f5f286c698059becceb574f (patch) | |
| tree | 167c03c66eecbfa0a72c5ca4e0f7e8eaafcd1906 | |
| parent | 9740df324d9fd4ed36cbd1159fbb8f31f0f12295 (diff) | |
Add a pull request template
| -rw-r--r-- | .github/pull_request_template.md | 10 | ||||
| -rw-r--r-- | Cargo.toml | 2 |
2 files changed, 11 insertions, 1 deletions
diff --git a/.github/pull_request_template.md b/.github/pull_request_template.md new file mode 100644 index 0000000..cfd0ef7 --- /dev/null +++ b/.github/pull_request_template.md @@ -0,0 +1,10 @@ + +<!--Describe your changes here--> + +[ ] By checking this box you agree to the following statement. + +I dedicate any and all copyright interest in this software to the +public domain. I make this dedication for the benefit of the public at +large and to the detriment of my heirs and successors. I intend this +dedication to be an overt act of relinquishment in perpetuity of all +present and future rights to this software under copyright law. @@ -11,7 +11,7 @@ repository = "https://github.com/botahamec/exun/" license-file = "LICENSE.md" keywords = ["no_std", "no-std", "utility", "error", "error-handling"] categories = ["rust-patterns", "no-std"] -exclude = [".vscode/settings.json"] +exclude = [".vscode/settings.json", ".github/pull_request_template.md"] [package.metadata] msrv = "1.41.1" |
