Skip to content

Commit e04d108

Browse files
committed
contributing
1 parent 71dfbf4 commit e04d108

File tree

2 files changed

+19
-0
lines changed

2 files changed

+19
-0
lines changed

CONTRIBUTING.md

+16
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
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.

README.md

+3
Original file line numberDiff line numberDiff line change
@@ -235,5 +235,8 @@ Initializes PDFTron SDK
235235

236236
Opens a document in the viewer
237237

238+
## Contributing
239+
See [Contributing](./CONTRIBUTING.md)
240+
238241
## License
239242
See [License](./LICENSE)

0 commit comments

Comments
 (0)