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
+10-8Lines changed: 10 additions & 8 deletions
Original file line number
Diff line number
Diff line change
@@ -2,10 +2,11 @@
2
2
3
3
We love contributions. To get started contributing you might need:
4
4
5
-
-[Get started with git](http://rogerdudler.github.io/git-guide)
6
-
-[How to create a pull request](https://help.github.com/articles/using-pull-requests)
7
-
-[An issue to work on](https://github.com/fluentassertions/FluentAssertions.Autofac/labels/up-for-grabs) - We are on [Up for grabs](http://up-for-grabs.net/), our up for grabs issues are tagged `up-for-grabs`
8
-
- An understanding of how [we write tests](#writing-tests)
5
+
-[Get started with git](http://rogerdudler.github.io/git-guide)
6
+
-[How to create a pull request](https://help.github.com/articles/using-pull-requests)
7
+
-[An issue to work on](https://github.com/fluentassertions/FluentAssertions.Autofac/labels/up-for-grabs) - We are
8
+
on [Up for grabs](http://up-for-grabs.net/), our up for grabs issues are tagged `up-for-grabs`
9
+
- An understanding of how [we write tests](#writing-tests)
9
10
10
11
Once you know how to create a pull request and have an issue to work on, just post a comment saying you will work on it.
11
12
If you end up not being able to complete the task, please post another comment so others can pick it up.
@@ -14,13 +15,14 @@ Issues are also welcome, [failing tests](#writing-tests) are even more welcome.
14
15
15
16
## Contribution Guidelines
16
17
17
-
- Try to use feature branches rather than developing on master
18
-
- Please include tests covering the change
19
-
- The docs are now stored in the repository under the `Docs` folder, please include documentation updates with your PR
18
+
- Try to use feature branches rather than developing on master
19
+
- Please include tests covering the change
20
+
- The docs are now stored in the repository under the `Docs` folder, please include documentation updates with your PR
20
21
21
22
## Writing Tests
22
23
23
-
It is easy to write tests in `FluentAssertions.Autofac`. Test fixtures are located directly beside the code in classes ending with `_Should.cs`.
24
+
It is easy to write tests in `FluentAssertions.Autofac`. Test fixtures are located directly beside the code in classes
0 commit comments