Skip to content

Commit 6d64557

Browse files
authored
Merge pull request #2 from UMassCDS/contributions
Contributions
2 parents d72c2e1 + 34f0ada commit 6d64557

File tree

2 files changed

+59
-0
lines changed

2 files changed

+59
-0
lines changed

CONTRIBUTIONS.md

Lines changed: 38 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,38 @@
1+
# Contribution Guidelines
2+
This is a community-driven, open source project that welcomes all contributions. Whether you're a seasoned contributor or new to the project, we're grateful for all contributions.
3+
4+
## Community standards
5+
6+
We are an inclusive community that values open dialogue, mutual respect, and fair treatment. Every submission will be treated equally and we encourage those with diverse backgrounds and perspectives to contribute.
7+
8+
We are part of the University of Massachusetts Amherst, so we adhere to the [UMass Code of Student Conduct](https://www.umass.edu/dean_students/codeofconduct).
9+
10+
## Getting started
11+
Before contributing to the project, take a look at the README file, which contains information about system requirements, environment setup steps, and a project summary.
12+
13+
Further documentation for this project is found in the docs folder.
14+
15+
## Selecting an issue
16+
Issues that are open for contribution are given the following labels:
17+
- good-first-issue
18+
- Issues with this tag are suited for those that do not have previous experience with the project.
19+
- help-wanted
20+
- Issues with this tag are open for contribution and are suited for those with experience in contribution.
21+
22+
## Submitting contributions
23+
24+
To contribute to the project, do the following:
25+
- [Fork and clone](https://docs.github.com/en/get-started/quickstart/fork-a-repo) the repository
26+
- Create a [branch](https://docs.github.com/en/pull-requests/collaborating-with-pull-requests/proposing-changes-to-your-work-with-pull-requests/creating-and-deleting-branches-within-your-repository) for your issue
27+
- Make a [pull request](https://docs.github.com/en/pull-requests/collaborating-with-pull-requests/proposing-changes-to-your-work-with-pull-requests/creating-a-pull-request) to the main branch of the upstream repository
28+
- Title your pull request with the issue you fixed
29+
- For example, "Fixed upload error to resolve Issue #987"
30+
- Include a short description of the changes you made
31+
32+
## Issue reporting and help
33+
Report bugs, issues, or suggested features to * insert email.*
34+
35+
Direct all questions to *insert email *, but keep in mind that we are a small team and may take awhile to respond.
36+
37+
38+

LICENSE.md

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
MIT License
2+
3+
Copyright (c) 2023 University of Massachusetts Amherst, Center for Data Science
4+
5+
Permission is hereby granted, free of charge, to any person obtaining a copy
6+
of this software and associated documentation files (the "Software"), to deal
7+
in the Software without restriction, including without limitation the rights
8+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
9+
copies of the Software, and to permit persons to whom the Software is
10+
furnished to do so, subject to the following conditions:
11+
12+
The above copyright notice and this permission notice shall be included in all
13+
copies or substantial portions of the Software.
14+
15+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
16+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
17+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
18+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
19+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
20+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
21+
SOFTWARE.

0 commit comments

Comments
 (0)