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
+5-5Lines changed: 5 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2,22 +2,22 @@
2
2
3
3
## Before You Start
4
4
5
-
Anyone wishing to contribute to the **[Exceptionless/Exceptionless](https://github.com/exceptionless/exceptionless)** project **MUST read & sign the [Exceptionless Contribution License Agreement](http://www.clahub.com/agreements/exceptionless/Exceptionless)**. The Exceptionless team is legally prevented from accepting any pull requests from users who have not signed the CLA first.
5
+
Anyone wishing to contribute to the **[Exceptionless/Exceptionless.Net](https://github.com/exceptionless/exceptionless.net)** project **MUST read & sign the [Exceptionless Contribution License Agreement](http://www.clahub.com/agreements/exceptionless/Exceptionless)**. The Exceptionless team is legally prevented from accepting any pull requests from users who have not signed the CLA first.
6
6
7
7
## Reporting Bugs
8
8
9
9
1. Always update to the most recent master release; the bug may already be resolved.
10
10
11
-
2. Search for similar [issues](https://github.com/exceptionless/Exceptionless/issues?q=is%3Aopen+is%3Aissue+label%3Abug); it may already be an identified problem.
11
+
2. Search for similar [issues](https://github.com/exceptionless/exceptionless.net/issues?q=is%3Aopen+is%3Aissue+label%3Abug); it may already be an identified problem.
12
12
13
13
3. If this is a bug or problem that **requires any kind of extended discussion -- open [a topic on uservoice][m] about it**. Do *not* open a bug on GitHub.
14
14
15
-
4. If this is a bug or problem that is clear, simple, and is unlikely to require *any* discussion -- it is OK to open an [issue on GitHub](https://github.com/exceptionless/exceptionless/issues) with a reproduction of the bug including workflows, screenshots, or links to examples. If possible, submit a Pull Request with a failing test. If you'd rather take matters into your own hands, fix the bug yourself (jump down to the "Contributing (Step-by-step)" section).
15
+
4. If this is a bug or problem that is clear, simple, and is unlikely to require *any* discussion -- it is OK to open an [issue on GitHub](https://github.com/exceptionless/exceptionless.net/issues) with a reproduction of the bug including workflows, screenshots, or links to examples. If possible, submit a Pull Request with a failing test. If you'd rather take matters into your own hands, fix the bug yourself (jump down to the "Contributing (Step-by-step)" section).
16
16
5. When the bug is fixed, we will do our best to update the Exceptionless topic or GitHub issue with a resolution.
17
17
18
18
## Requesting New Features
19
19
20
-
1. Search for similar [feature requests](https://github.com/exceptionless/Exceptionless/issues?q=is%3Aopen+is%3Aissue+label%3Aenhancement). It's possible somebody has already asked for this feature or provided a pull request that we're still discussing.
20
+
1. Search for similar [feature requests](https://github.com/exceptionless/exceptionless.net/issues?q=is%3Aopen+is%3Aissue+label%3Aenhancement). It's possible somebody has already asked for this feature or provided a pull request that we're still discussing.
21
21
22
22
2. Provide a clear and detailed explanation of the feature you want and why it's important to add. The feature must apply to a wide array of users of Exceptionless. You may also want to provide us with some advance documentation on the feature, which will help the community to better understand where it will fit.
23
23
@@ -32,7 +32,7 @@ Anyone wishing to contribute to the **[Exceptionless/Exceptionless](https://gith
32
32
2. Follow the Coding Conventions
33
33
* Adhere to common conventions you see in the existing code
34
34
* Include tests, and ensure they pass
35
-
* Search to see if your new functionality has been discussed on [the Exceptionless issues](https://github.com/exceptionless/Exceptionless/issues), and include updates as appropriate
35
+
* Search to see if your new functionality has been discussed on [the Exceptionless issues](https://github.com/exceptionless/exceptionless.net/issues), and include updates as appropriate
36
36
* four spaces, no tabs
37
37
* no trailing whitespaces, blank lines should have no spaces
38
38
* use spaces around operators, after commas, colons, semicolons, around `{` and before `}`
0 commit comments