File tree 2 files changed +35
-0
lines changed
2 files changed +35
-0
lines changed Original file line number Diff line number Diff line change
1
+ # Contributing
2
+
3
+ If you would like to contribute code to MultiType you can do so through GitHub by
4
+ forking the repository and sending a pull request.
5
+
6
+ When submitting code, please make every effort to follow existing conventions
7
+ and style in order to keep the code as readable as possible. Please also make
8
+ sure your code compiles by running ` ./gradlew clean build ` and Checkstyle with
9
+ ` /checkstyle.xml ` .
Original file line number Diff line number Diff line change
1
+ What kind of issue is this?
2
+
3
+ - [ ] Question. This issue tracker is not the place for questions. If you want to ask how to do
4
+ something, or to understand why something isn't working the way you expect it to, use Stack
5
+ Overflow. https://stackoverflow.com/questions/tagged/MultiType
6
+
7
+ - [ ] Bug report. If you’ve found a bug, spend the time to write a failing test. Please provide
8
+ your device name, system version, and describe the reproduction path.
9
+
10
+ - [ ] Feature Request. Start by telling us what problem you’re trying to solve. Often a solution
11
+ already exists! Don’t send pull requests to implement new features without first getting our
12
+ support. Sometimes we leave features out on purpose to keep the project small.
13
+
14
+ ###### Info:
15
+
16
+ - MultiType version:
17
+ - Device OS version:
18
+ - Device Name:
19
+
20
+ ###### Description:
21
+
22
+ ###### Reproduction Steps:
23
+
24
+ ###### My thoughts:
25
+
26
+ ###### What did I do:
You can’t perform that action at this time.
0 commit comments