Skip to content

Commit 4487e2d

Browse files
authored
Update CONTRIBUTING.md
1 parent bd47d51 commit 4487e2d

File tree

1 file changed

+3
-9
lines changed

1 file changed

+3
-9
lines changed

CONTRIBUTING.md

Lines changed: 3 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -4,22 +4,16 @@ We want to make contributing to this project as easy and transparent as possible
44

55
### Pull Requests
66

7-
We actively welcome your pull requests. When we get one, we'll run some tests on it first. From here, we'll need to get a core member to sign off on the changes and then merge the pull request.
7+
PRs are welcomed!
88

99
1. Fork the repo and create your branch from `master`.
10-
2. Add unit tests for any new code you add.
11-
3. If you've changed APIs, update the documentation.
12-
4. Ensure the test suite passes.
13-
5. Make sure your code lints.
10+
2. If you've changed APIs, update the documentation.
1411

1512
## Style Guide
1613

17-
We're still working on providing a more concise code style for your IDE and getting a linter on GitHub, but for now try to keep the following:
14+
- Please ALWAYS unwrap your long methods to enhance readability. If your code is quickly readable, then we can quickly sketch out what it does, but if wrapped, it gets UNNECESSARILY longer to understand.
1815

19-
* We use [editorconfig](https://editorconfig.org) to manage basic editor settings, please install a compatible plugin for your preferred environment.
2016
* Most importantly, match the existing code style as much as possible.
2117
* Try to keep lines under 120 characters, if possible.
2218

2319
## License
24-
25-
By contributing to Parse .NET SDK, you agree that your contributions will be licensed under its license

0 commit comments

Comments
 (0)