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: CONTRIBUTING.md
+6-6Lines changed: 6 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -26,13 +26,13 @@ The following is a set of guidelines for contributing to Metafacture and how to
26
26
27
27
This section guides you through submitting a bug report for Metafacture. Following these guidelines helps maintainers and the community understand your report, reproduce the behavior and find related reports.
28
28
29
-
Before creating bug reports, please check if an issue with this bug [already exists](https://github.com/metafacture/metafacture-core/issues). When you are creating a bug report, please [include as many details as possible](#how-do-i-submit-a-bug-report).
29
+
Before creating bug reports, please check if an issue with this bug already exists in the appropriate repository, [e.g. metafacture-core](https://github.com/metafacture/metafacture-core/issues). When you are creating a bug report, please [include as many details as possible](#how-do-i-submit-a-bug-report).
30
30
31
31
**Note:** If you find a **Closed** issue that seems like it is the same thing that you're experiencing, open a new issue and include a link to the original issue in the body of your new one.
32
32
33
33
#### How Do I Submit A Bug Report?
34
34
35
-
Bugs are tracked as [GitHub issues](https://guides.github.com/features/issues/). Create a [new issue on the repository](https://github.com/metafacture/metafacture-core/issues/new).
35
+
Bugs are tracked as [GitHub issues](https://guides.github.com/features/issues/). Create new issue on the appropriate repository, [e.g. metafacture-core](https://github.com/metafacture/metafacture-core/issues/new).
36
36
37
37
Explain the problem and include additional details to help maintainers reproduce the problem:
38
38
@@ -47,11 +47,11 @@ Explain the problem and include additional details to help maintainers reproduce
47
47
48
48
This section guides you through submitting an enhancement suggestion for Metafacture, including completely new features and minor improvements to existing functionality. Following these guidelines helps maintainers and the community understand your suggestion and find related suggestions.
49
49
50
-
Before creating enhancement suggestions, please **perform a [cursory search](https://github.com/search?q=is%3Aissue+repo%3Ametafacture%2Fmetafacture-core)** to see if the enhancement has already been suggested. If it has, add a comment to the existing issue instead of opening a new one. When you are creating an enhancement suggestion, please include as many details as possible:
50
+
Before creating enhancement suggestions, please **perform a [cursory search](https://github.com/search?q=is%3Aissue+org%3Ametafacture)** to see if the enhancement has already been suggested. If it has, add a comment to the existing issue instead of opening a new one. When you are creating an enhancement suggestion, please include as many details as possible:
51
51
52
52
#### How Do I Submit An Enhancement Suggestion?
53
53
54
-
Enhancement suggestions are tracked as [GitHub issues](https://guides.github.com/features/issues/). Create [new issue on the repository](https://github.com/metafacture/metafacture-core/issues/new).
54
+
Enhancement suggestions are tracked as [GitHub issues](https://guides.github.com/features/issues/). Create new issue on the appropriate repository, [e.g. metafacture-core](https://github.com/metafacture/metafacture-core/issues/new).
55
55
56
56
Provide the following information:
57
57
@@ -66,10 +66,10 @@ Provide the following information:
66
66
67
67
The overall code contribution process is:
68
68
69
-
1. Fork the metafacture-core repo and clone your fork (members with write access: clone the metafacture-core repo)
69
+
1. Fork the appropriate metafacture repo and clone your fork (members with write access: clone the appropriate metafacture repo)
70
70
1. In your local clone, switch to a new feature branch for the bug fix or feature enhancement you want to implement. The name of the feature branch should start with the corresponding issue number and contain additional info for convenience (using camelCaseFormatting, e.g. '111-featureDesciption')
71
71
1. Implement, test, and build your bug fix or feature enhancement
72
-
1. Commit your changes and push the feature branch to your fork (members with write access: push to the metafacture-core repo)
72
+
1. Commit your changes and push the feature branch to your fork (members with write access: push to the appropriate metafacture repo)
73
73
1. Open a pull request for your feature branch to submit your changes (see details below)
0 commit comments