You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Here are the basic steps to get started with your first contribution. Please reach out with any questions.
16
15
1. Use [open issues](https://github.com/stepami/hydrascript/issues) to discuss the proposed changes. Create an issue describing changes if necessary to collect feedback. Also, please use provided labels to tag issues so everyone can easily sort issues of interest.
17
-
1.[Fork the repo](https://help.github.com/articles/fork-a-repo/) in order if you want to make and test local changes.
18
-
1. Create a new branch **from master** for the issue. We suggest prefixing the branch with type of contribution (`bugfix`/`feature`), your username and then a descriptive title: (e.g. `bugfix/user1/object-comparision` or `feature/user2/variable-initialization-check`)
19
-
1. Make code changes.
20
-
1. Ensure unit tests pass and code coverage minimum is satisfied.
21
-
1. Create a pull request against **master** branch.
16
+
2.[Fork the repo](https://help.github.com/articles/fork-a-repo/) in order if you want to make and test local changes.
17
+
3. Create a new branch **from master** for the issue. We suggest prefixing the branch with type of contribution (`bugfix`/`feature`), your username and then a descriptive title: (e.g. `bugfix/user1/object-comparision` or `feature/user2/variable-initialization-check`)
18
+
4. Make code changes.
19
+
5. Ensure unit tests pass and code coverage minimum is satisfied.
20
+
6. Create a pull request against **master** branch.
22
21
23
22
## Code of conduct
24
23
@@ -54,10 +53,4 @@ Try to be empathic.
54
53
* Would it make more sense if ...?
55
54
* Have you considered this ... ?
56
55
57
-
</details>
58
-
59
-
## HydraScript Contributor License Agreement
60
-
61
-
Most contributions require you to agree to a Contributor License Agreement (CLA) declaring that you have the right to, and actually do, grant us the rights to use your contribution.
62
-
63
-
When you submit a pull request, a CLA-bot will automatically determine whether you need to provide a CLA and decorate the PR appropriately (e.g., label, comment). Simply follow the instructions provided by the bot. You will only need to do this once in this repo.
0 commit comments