Skip to content

Commit 1db66c3

Browse files
committed
GH-50: Write the contributing guide (GH-53)
1 parent f8b94db commit 1db66c3

File tree

2 files changed

+13
-1
lines changed

2 files changed

+13
-1
lines changed

CONTRIBUTING.md

+12
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
# Contributing to Thumbnails
2+
3+
We welcome and appreciate your contributions to Thumbnails! In order to contribute to this repository, you must read the
4+
common [instructions](https://github.com/pysnippet/instructions#readme) of the PySnippet organization and follow the
5+
following guidelines:
6+
7+
1. Fork the repository and create a new branch.
8+
2. Make and push your changes to the new branch.
9+
3. Create a pull request to the `master` branch of the repository.
10+
4. Wait for the pull request to be reviewed and merged.
11+
12+
Thank you for your interest in contributing to Thumbnails. We look forward to working with you!

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ updates immediately. It will also install all the required dependencies listed i
7272

7373
## Contribute
7474

75-
Everyone is welcome to contribute to this project. Please read and follow the [contribution guidelines](https://github.com/pysnippet/instructions#readme)
75+
Everyone is welcome to contribute to this project. Please read and follow the [contribution guidelines](CONTRIBUTING.md)
7676
before you start. Contributions can be considered:
7777
- Reporting an issue
7878
- Opening a pull-request

0 commit comments

Comments
 (0)