Skip to content

Commit 6d1587e

Browse files
authored
Merge pull request #1 from IGPenguin/feature/github-features
Add basic GitHub features
2 parents 391c073 + d15255a commit 6d1587e

File tree

3 files changed

+30
-0
lines changed

3 files changed

+30
-0
lines changed

.github/CONTRIBUTING.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
## 💬 Contributing
2+
3+
If you consider contributing to this repository, please follow the rules below.
4+
5+
### 🕵️‍ Pull request requirements
6+
7+
1. Implement everything thoroughly, omit any unused or temporary stuff.
8+
2. Ensure that all code and data changes have been properly tested.
9+
3. Review the visible output in the final UI and honor existing formatting.
10+
4. Briefly describe the benefits of your proposed source integration.
11+
12+
### ✏️ Right to make changes
13+
14+
Project maintainers have the right and responsibility to remove, edit, or reject any contributions based on their judgement.

.github/ISSUE_TEMPLATE.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
### 🐞 What's wrong?
2+
~Describe any issue you're experiencing.~
3+
### 💎 It would be better if...
4+
~Outline desired data or functional changes.~
5+
### 📂 These are my sources:
6+
~Provide any sources proving your point.~

.github/PULL_REQUEST_TEMPLATE.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
## ⚠️ Essential review checklist
2+
**I truthfully declare that all the following statements are true:**
3+
- [ ] This pull requests follows [the contribution rules](https://github.com/IGPenguin/hmm/blob/gh-pages/.github/CONTRIBUTING.md "the contribution rules").
4+
- [ ] New features are fully completed.
5+
- [ ] All changes have been properly tested.
6+
- [ ] Output formatting is satisfactory.
7+
- [ ] File diff has been examined thoroughly.
8+
9+
## ⭐️ What's new?
10+
~Describe the beneficial effects of your proposed changes here.~

0 commit comments

Comments
 (0)