Skip to content

Commit 561eab9

Browse files
authored
Add AI / Third Party Policy (#168)
* Fix link * Fixes typo Fix #109 * Update what to expect * strengthen wording for basilisk requirement instead of reticulate as requested by Vince * Update System Dependency section with @vjctin suggested text * Fixes #128 - revert back to a downloaded file * Add note about submitter should be maintainer * Extend end of life description * Change package size to 10 MB * Update checklist * add no renv * Add checklist item for renv directory and lock file Added a checklist item to ensure no renv directory or renv.lock file is present. * Add ai / third party policy
1 parent 836674a commit 561eab9

2 files changed

Lines changed: 11 additions & 0 deletions

File tree

_bookdown.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@ rmd_files: ["index.Rmd",
2323
"r-code.Rmd",
2424
"fortran-C-python.Rmd",
2525
"shiny-apps.Rmd",
26+
"ai-policy-third-party.Rmd",
2627
"non-software-packages.Rmd",
2728
"gitignore-file.Rmd",
2829
"devguide-conclusion.Rmd",

ai-policy-third-party.Rmd

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
# AI policy and Third Party Code {#ai-policy-third-party}
2+
3+
If a non-trivial portion of your contribution is copied from somewhere else
4+
(such as AI-generated or copied from another software project) you are required
5+
to discuss it in the issue and disclose it in the PR description and provide
6+
details about the provenance (for example, ‘Assisted-by: Name of AI’ or ‘Code
7+
copied from: source’). Make sure to cite the provenance in the new code and that
8+
the newly contributed code can be redistributed under the software/packages
9+
licensing terms. You will still be responsible for this code, its reliability
10+
and maintenance within your package.

0 commit comments

Comments
 (0)