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

Prepare for Upcoming DGEC Transition #17

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
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
9 changes: 9 additions & 0 deletions CODE_OF_CONDUCT.md
Original file line number Diff line number Diff line change
@@ -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
18 changes: 18 additions & 0 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
@@ -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-VIZLAB/vue-scratch/issues
[2]: https://help.github.com/articles/fork-a-repo/
[3]: https://help.github.com/articles/about-pull-requests/
11 changes: 11 additions & 0 deletions DISCLAIMER.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
Disclaimer
==========

This software is preliminary or provisional and is subject to revision. It is
being provided to meet the need for timely best science. The software has not
received final approval by the U.S. Geological Survey (USGS). No warranty,
expressed or implied, is made by the USGS or the U.S. Government as to the
functionality of the software and related material nor shall the fact of release
constitute any such warranty. The software is provided on the condition that
neither the USGS nor the U.S. Government shall be held liable for any damages
resulting from the authorized or unauthorized use of the software.
75 changes: 75 additions & 0 deletions code.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,75 @@
[
{
"name": "vue-scratch",
"organization": "U.S. Geological Survey",
"description": "a vue app for experimentation",
"version": "main",
"status": "Development",
"permissions": {
"usageType": "openSource",
"licenses": [
{
"name": "Public Domain, CC0-1.0",
"URL": "https://github.com/USGS-VIZLAB/vue-scratch/blob/main/LICENSE.md"
}
]
},
"homepageURL": "https://github.com/USGS-VIZLAB/vue-scratch/",
"downloadURL": "https://github.com/USGS-VIZLAB/vue-scratch/archive/refs/heads/main.zip",
"disclaimerURL": "https://github.com/USGS-VIZLAB/vue-scratch/blob/main/DISCLAIMER.md",
"repositoryURL": "https://github.com/USGS-VIZLAB/vue-scratch.git",
"vcs": "git",
"laborHours": -1,
"tags": [
"R",
"USGS"
],
"languages": [
"R",
"Vue"
],
"contact": {
"name": "ceenell",
"email": "FILL ME IN"
},
"date": {
"metadataLastUpdated": "2023-04-07"
}
},
{
"name": "",
"organization": "U.S. Geological Survey",
"description": "",
"version": "v0.0.0",
"status": "Ideation",
"permissions": {
"usageType": "openSource",
"licenses": [
{
"name": "Public Domain, CC0-1.0",
"URL": "LICENSE.md"
}
]
},
"homepageURL": "",
"downloadURL": "",
"disclaimerURL": "",
"repositoryURL": "",
"vcs": "git",
"laborHours": 1,
"tags": [
"R",
"USGS"
],
"languages": [
"R"
],
"contact": {
"name": "",
"email": ""
},
"date": {
"metadataLastUpdated": "2022-10-16"
}
}
]