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
* Remove unneeded throws calls and remove some deprecated methods
* Fix lint warnings, including javadocs, redundant initializers, and more
* Remove some outdated things from the contributing doc
* Fix potential null pointer exception within the push broadcast receiver
* Add findAll to ktx and make extension functions inline
* Remove more unused methods and inspection warnings
* Update dependencies and remove unused class
Copy file name to clipboardExpand all lines: CONTRIBUTING.md
+4-19Lines changed: 4 additions & 19 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,9 +1,6 @@
1
1
# Contributing to Parse SDK for Android
2
2
We want to make contributing to this project as easy and transparent as possible.
3
3
4
-
## Code of Conduct
5
-
Facebook has adopted a Code of Conduct that we expect project participants to adhere to. Please read [the full text](https://code.facebook.com/codeofconduct) so that you can understand what actions will and will not be tolerated.
6
-
7
4
## Our Development Process
8
5
Most of our work will be done in public directly on GitHub. There may be changes done through our internal source control, but it will be rare and only as needed.
9
6
@@ -18,12 +15,6 @@ We actively welcome your pull requests. When we get one, we'll run some Parse-sp
18
15
3. If you've changed APIs, update the documentation.
19
16
4. Ensure the test suite passes.
20
17
5. Make sure your code lints.
21
-
6. If you haven't already, complete the Contributor License Agreement ("CLA").
22
-
23
-
### Contributor License Agreement ("CLA")
24
-
In order to accept your pull request, we need you to submit a CLA. You only need to do this once to work on any of Facebook's open source projects.
25
-
26
-
Complete your CLA here: <https://developers.facebook.com/opensource/cla>
27
18
28
19
## Bugs
29
20
Although we try to keep developing on Parse easy, you still may run into some issues. Technical questions should be asked on [Stack Overflow][stack-overflow], and for everything else we'll be using GitHub issues.
@@ -44,14 +35,8 @@ Details are key. The more information you provide us the easier it'll be for us
44
35
*[Stacktrace or GTFO][stacktrace-or-gtfo]. In all honesty, full stacktraces with line numbers make a happy developer.
45
36
* Anything else you find relevant.
46
37
47
-
### Security Bugs
48
-
Facebook has a [bounty program](https://www.facebook.com/whitehat/) for the safe disclosure of security bugs. In those cases, please go through the process outlined on that page and do not file a public issue.
49
-
50
-
## Style Guide
51
-
We're still working on providing a code style for your IDE and getting a linter on GitHub, but for now try to keep the following:
52
-
53
-
* Most importantly, match the existing code style as much as possible.
54
-
* Try to keep lines under 100 characters, if possible.
38
+
## Code of Conduct
39
+
This project adheres to the [Contributor Covenant Code of Conduct](https://github.com/parse-community/parse-server/blob/master/CODE_OF_CONDUCT.md). By participating, you are expected to honor this code.
55
40
56
41
## License
57
42
By contributing to Parse Android SDK, you agree that your contributions will be licensed under its license.
@@ -60,6 +45,6 @@ By contributing to Parse Android SDK, you agree that your contributions will be
0 commit comments