Skip to content

Commit

Permalink
Merge pull request #1 from IGPenguin/feature/github-features
Browse files Browse the repository at this point in the history
Add basic GitHub features
  • Loading branch information
IGPenguin authored Oct 11, 2022
2 parents 391c073 + d15255a commit 6d1587e
Show file tree
Hide file tree
Showing 3 changed files with 30 additions and 0 deletions.
14 changes: 14 additions & 0 deletions .github/CONTRIBUTING.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
## 💬 Contributing

If you consider contributing to this repository, please follow the rules below.

### 🕵️‍ Pull request requirements

1. Implement everything thoroughly, omit any unused or temporary stuff.
2. Ensure that all code and data changes have been properly tested.
3. Review the visible output in the final UI and honor existing formatting.
4. Briefly describe the benefits of your proposed source integration.

### ✏️ Right to make changes

Project maintainers have the right and responsibility to remove, edit, or reject any contributions based on their judgement.
6 changes: 6 additions & 0 deletions .github/ISSUE_TEMPLATE.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
### 🐞 What's wrong?
~Describe any issue you're experiencing.~
### 💎 It would be better if...
~Outline desired data or functional changes.~
### 📂 These are my sources:
~Provide any sources proving your point.~
10 changes: 10 additions & 0 deletions .github/PULL_REQUEST_TEMPLATE.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
## ⚠️ Essential review checklist
**I truthfully declare that all the following statements are true:**
- [ ] This pull requests follows [the contribution rules](https://github.com/IGPenguin/hmm/blob/gh-pages/.github/CONTRIBUTING.md "the contribution rules").
- [ ] New features are fully completed.
- [ ] All changes have been properly tested.
- [ ] Output formatting is satisfactory.
- [ ] File diff has been examined thoroughly.

## ⭐️ What's new?
~Describe the beneficial effects of your proposed changes here.~

0 comments on commit 6d1587e

Please sign in to comment.