Skip to content

Commit 1676b58

Browse files
committed
docs(github): add section about guidelines for contributions including a copyright notice
1 parent 61c779c commit 1676b58

File tree

1 file changed

+23
-0
lines changed

1 file changed

+23
-0
lines changed

docs/CONTRIBUTING.md

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,29 @@ Please review this document to help to streamline the process and save everyone'
44

55
This repo uses nodejs, so you should install `nodejs` as the package manager. See [installation guide](https://nodejs.org/en/).
66

7+
# Guidelines for contributions we welcome
8+
9+
Not all changes are wanted, so on occasion we might close a PR without merging it. We will give you feedback why we can't accept your changes and we'll be nice about it, thanking you for spending your valuable time.
10+
11+
Remember, it is always worth working on an issue from the `Up-for-grabs` list or even asking for some feedback before you send us a PR. This way, your PR will not be closed as unwanted.
12+
13+
Feature requests or ideas should be submitted [as a discussion first](https://github.com/umbraco/Umbraco.UI/discussions/new?category=ideas) and may then later be converted into an issue.
14+
15+
### Ownership and copyright
16+
17+
It is your responsibility to make sure that you're allowed to share the code you're providing us.
18+
For example, you should have permission from your employer or customer to share code.
19+
20+
Similarly, if your contribution is copied or adapted from somewhere else, make sure that the license allows you to reuse that for a contribution to Umbraco.UI and Umbraco-CMS.
21+
22+
If you're not sure, leave a note on your contribution and we will be happy to guide you.
23+
24+
When your contribution has been accepted, it will be [MIT licensed](https://github.com/umbraco/Umbraco.UI/blob/dev/LICENSE) from that time onwards.
25+
26+
## What can I start with?
27+
28+
Unsure where to begin contributing to the Umbraco UI library? You can start by looking through [these `Up-for-grabs` issues](https://github.com/umbraco/Umbraco.UI/issues?q=is%3Aissue+is%3Aopen+label%3Aup-for-grabs)
29+
730
## Pull Requests (PRs)
831

932
We welcome all contributions. There are many ways you can help us. This is few of those ways:

0 commit comments

Comments
 (0)