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
Copy file name to clipboardExpand all lines: .github/CONTRIBUTING.md
+7-7Lines changed: 7 additions & 7 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,4 +1,4 @@
1
-
# Contributing to {project name}
1
+
# Contributing to Morphir
2
2
3
3
## Contributor License Agreement (CLA)
4
4
A CLA is a document that specifies how a project is allowed to use your
@@ -10,22 +10,22 @@ must be made with a
10
10
in place, and there are [additional legal requirements](https://finosfoundation.atlassian.net/wiki/spaces/FINOS/pages/75530375/Legal+Requirements)
11
11
that must also be met.**
12
12
13
-
Commits and pull requests to FINOS repositories such as {project name} will only be accepted from those contributors with an active, executed Individual Contributor License Agreement (ICLA) with FINOS OR who are covered under an existing and active Corporate Contribution License Agreement (CCLA) executed with FINOS. Commits from individuals not covered under an ICLA or CCLA will be flagged and blocked by the FINOS ["CLA Bot" tool](https://github.com/finos/cla-bot). Please note that some CCLAs require individuals/employees to be explicitly named on the CCLA.
13
+
Commits and pull requests to FINOS repositories such as morphir will only be accepted from those contributors with an active, executed Individual Contributor License Agreement (ICLA) with FINOS OR who are covered under an existing and active Corporate Contribution License Agreement (CCLA) executed with FINOS. Commits from individuals not covered under an ICLA or CCLA will be flagged and blocked by the FINOS ["CLA Bot" tool](https://github.com/finos/cla-bot). Please note that some CCLAs require individuals/employees to be explicitly named on the CCLA.
14
14
15
-
As a result, PRs submitted to the {project name} project cannot be accepted until you have a CLA in place with the Foundation.
15
+
As a result, PRs submitted to the morphir project cannot be accepted until you have a CLA in place with the Foundation.
*[ ] Have you [searched for duplicates](https://github.com/finos/{project name}/issues?utf8=%E2%9C%93&q=)? A simple search for exception error messages or a summary of the unexpected behaviour should suffice.
23
+
*[ ] Have you [searched for duplicates](https://github.com/finos/morphir/issues?utf8=%E2%9C%93&q=)? A simple search for exception error messages or a summary of the unexpected behaviour should suffice.
24
24
*[ ] Are you running the latest version?
25
25
*[ ] Are you sure this is a bug or missing capability?
26
26
27
27
### Raising an Issue
28
-
* Create your issue [here](https://github.com/finos/{project name}/issues/new).
28
+
* Create your issue [here](https://github.com/finos/morphir/issues/new).
29
29
* New issues contain two templates in the description: bug report and enhancement request. Please pick the most appropriate for your issue, **then delete the other**.
30
30
* Please also tag the new issue with either "Bug" or "Enhancement".
31
31
* Please use [Markdown formatting](https://help.github.com/categories/writing-on-github/)
@@ -37,12 +37,12 @@ To make review of PRs easier, please:
37
37
38
38
* Please make sure your PRs will merge cleanly - PRs that don't are unlikely to be accepted.
39
39
* For code contributions, follow the existing code layout.
40
-
* For documentation contributions, follow the general structure, language, and tone of the [existing docs](https://github.com/finos/{project name}/wiki).
40
+
* For documentation contributions, follow the general structure, language, and tone of the [existing docs](https://github.com/finos/morphir/wiki).
41
41
* Keep commits small and cohesive - if you have multiple contributions, please submit them as independent commits (and ideally as independent PRs too).
42
42
* Reference issue #s if your PR has anything to do with an issue (even if it doesn't address it).
* Ensure all new files include a header comment block containing the [Apache License v2.0 and your copyright information](http://www.apache.org/licenses/LICENSE-2.0#apply).
45
-
* If necessary (e.g. due to 3rd party dependency licensing requirements), update the [NOTICE file](https://github.com/finos/{project name}/blob/master/NOTICE) with any new attribution or other notices
45
+
* If necessary (e.g. due to 3rd party dependency licensing requirements), update the [NOTICE file](https://github.com/finos/morphir/blob/master/NOTICE) with any new attribution or other notices
0 commit comments