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
+4-4Lines changed: 4 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -28,7 +28,7 @@ All types of contributions are encouraged and valued. See the [Table of Contents
28
28
This project and everyone participating in it is governed by the
29
29
[Netguru iOS Networking Module Code of Conduct](https://github.com/netguru/ng-ios-network-moduleblob/master/CODE_OF_CONDUCT.md).
30
30
By participating, you are expected to uphold this code. Please report unacceptable behavior
31
-
to <pawel.kozielecki@netguru.com>.
31
+
to <network-module-ios@netguru.com>.
32
32
33
33
34
34
## I Have a Question
@@ -58,7 +58,7 @@ A good bug report shouldn't leave others needing to chase you up for more inform
58
58
59
59
- Make sure that you are using the latest version.
60
60
- Determine if your bug is really a bug and not an error on your side e.g. using incompatible environment components/versions (Make sure that you have read the [documentation](). If you are looking for support, you might want to check [this section](#i-have-a-question)).
61
-
- To see if other users have experienced (and potentially already solved) the same issue you are having, check if there is not already a bug report existing for your bug or error in the [bug tracker](https://github.com/netguru/ng-ios-network-moduleissues?q=label%3Abug).
61
+
- To see if other users have experienced (and potentially already solved) the same issue you are having, check if there is not already an issue report existing in the [issues](https://github.com/netguru/ng-ios-network-module/issues) section.
62
62
- Also make sure to search the internet (including Stack Overflow) to see if users outside of the GitHub community have discussed the issue.
63
63
- Collect information about the bug:
64
64
- Stack trace (Traceback)
@@ -91,7 +91,7 @@ This section guides you through submitting an enhancement suggestion for Netguru
91
91
#### Before Submitting an Enhancement
92
92
93
93
- Make sure that you are using the latest version.
94
-
- Read the [documentation]() carefully and find out if the functionality is already covered, maybe by an individual configuration.
94
+
- Read the [documentation](https://github.com/netguru/ng-ios-network-module/blob/main/README.md) in the readme carefully and find out if the functionality is already covered, maybe by an individual configuration.
95
95
- Perform a [search](https://github.com/netguru/ng-ios-network-module/issues) 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.
96
96
- Find out whether your idea fits with the scope and aims of the project. It's up to you to make a strong case to convince the project's developers of the merits of this feature. Keep in mind that we want features that will be useful to the majority of our users and not just a small subset. If you're just targeting a minority of users, consider writing an add-on/plugin library.
97
97
@@ -102,5 +102,5 @@ Enhancement suggestions are tracked as [GitHub issues](https://github.com/netgur
102
102
- Use a **clear and descriptive title** for the issue to identify the suggestion.
103
103
- Provide a **step-by-step description of the suggested enhancement** in as many details as possible.
104
104
-**Describe the current behavior** and **explain which behavior you expected to see instead** and why. At this point you can also tell which alternatives do not work for you.
105
-
- You may want to **include screenshots and animated GIFs** which help you demonstrate the steps or point out the part which the suggestion is related to. You can use [this tool](https://www.cockos.com/licecap/) to record GIFs on macOS and Windows, and [this tool](https://github.com/colinkeenan/silentcast) or [this tool](https://github.com/GNOME/byzanz) on Linux.
105
+
- You may want to **include screenshots and animated GIFs** which help you demonstrate the steps or point out the part which the suggestion is related to. You can use [this tool](https://www.cockos.com/licecap/) to record GIFs on macOS and Windows.
106
106
-**Explain why this enhancement would be useful** to most Netguru iOS Networking Module users. You may also want to point out the other projects that solved it better and which could serve as inspiration.
0 commit comments