Skip to content

Commit e48f4ea

Browse files
committed
πŸ“ πŸ“– Add Github issue and contribution templates
Signed-off-by: Jakub Juszczak <[email protected]>
1 parent 57f3c65 commit e48f4ea

File tree

3 files changed

+36
-0
lines changed

3 files changed

+36
-0
lines changed

β€Ž.github/CONTRIBUTING.mdβ€Ž

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
Thank you for contributing vue-chartjs!
2+
=========================================
3+
4+
Please follow this steps:
5+
6+
1. Fork it ( https://github.com/aapertureless/vue-chartjs/fork )
7+
2. Create your feature branch (`git checkout -b my-new-feature`)
8+
3. Commit your changes (`git commit -am 'Add some feature'`)
9+
4. Push to the branch (`git push origin my-new-feature`)
10+
5. Create a new Pull Request

β€Ž.github/ISSUE_TEMPLATE.mdβ€Ž

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
2+
### Expected Behavior
3+
4+
5+
### Actual Behavior
6+
7+
8+
9+
10+
11+
### Environment
12+
- OS: Write here
13+
- NPM Version: Write here
14+
Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
2+
3+
### Fix or Enhancement?
4+
5+
6+
- [ ] All tests passed
7+
8+
9+
### Environment
10+
- OS: Write here
11+
- NPM Version: Write here
12+

0 commit comments

Comments
Β (0)