From 8e1000a0fa3fd68885ed155eb9fb356cf1cd45a4 Mon Sep 17 00:00:00 2001 From: Jesse Ross Date: Fri, 7 Apr 2023 16:21:01 -0700 Subject: [PATCH] Created necessary files for DGEC migration --- CODE_OF_CONDUCT.md | 9 +++++++++ CONTRIBUTING.md | 18 ++++++++++++++++++ 2 files changed, 27 insertions(+) create mode 100644 CODE_OF_CONDUCT.md create mode 100644 CONTRIBUTING.md diff --git a/CODE_OF_CONDUCT.md b/CODE_OF_CONDUCT.md new file mode 100644 index 00000000..11ba4c94 --- /dev/null +++ b/CODE_OF_CONDUCT.md @@ -0,0 +1,9 @@ +Code of Conduct +=============== + +All contributions to - and interactions surrounding - this project will abide by +the [USGS Code of Scientific Conduct][1]. + + + +[1]: https://www.usgs.gov/office-of-science-quality-and-integrity/fundamental-science-practices diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md new file mode 100644 index 00000000..0194a70c --- /dev/null +++ b/CONTRIBUTING.md @@ -0,0 +1,18 @@ +Contributing +============ + +Contributions are welcome from the community. Questions can be asked on the +[issues page][1]. Before creating a new issue, please take a moment to search +and make sure a similar issue does not already exist. If one does exist, you +can comment (most simply even with just a `:+1:`) to show your support for that +issue. + +If you have direct contributions you would like considered for incorporation +into the project you can [fork this repository][2] and +[submit a pull request][3] for review. + + + +[1]: https://github.com/USGS-R/RSPARROW/issues +[2]: https://help.github.com/articles/fork-a-repo/ +[3]: https://help.github.com/articles/about-pull-requests/