File tree 2 files changed +19
-0
lines changed
2 files changed +19
-0
lines changed Original file line number Diff line number Diff line change
1
+ # Contributing to PDFTron - Flutter
2
+
3
+ ## Issues
4
+ 1 . Check existing issues (open/closed) to avoid duplicates.
5
+ 2 . Be clear about what the problem is.
6
+ 3 . Make sure to paste error output or logs.
7
+ 4 . Code snapshot or demos on online code editor will be very helpful.
8
+
9
+ ## Pull requests
10
+ 1 . Fork the repository.
11
+ 2 . Create a branch from ` master ` .
12
+ 3 . Update the source code.
13
+ 4 . Commit and push the changes with descriptive messages.
14
+ 5 . Create a pull request to ` master ` .
15
+
16
+ \* Please note that all pull requests should be tied to an issue, and all but the most trivial pull requests should be discussed beforehand.
Original file line number Diff line number Diff line change @@ -235,5 +235,8 @@ Initializes PDFTron SDK
235
235
236
236
Opens a document in the viewer
237
237
238
+ ## Contributing
239
+ See [ Contributing] ( ./CONTRIBUTING.md )
240
+
238
241
## License
239
242
See [ License] ( ./LICENSE )
You can’t perform that action at this time.
0 commit comments