added .github folder
This commit is contained in:
parent
d72683fa93
commit
4e6cb69811
4 changed files with 24 additions and 2 deletions
16
.github/CONTRIBUTING.md
vendored
Normal file
16
.github/CONTRIBUTING.md
vendored
Normal file
|
|
@ -0,0 +1,16 @@
|
|||
Open an Issue in order to file a bug or [suggest](https://github.com/PanosSakkos/personal-jekyll-theme/issues/42) a new feature
|
||||
|
||||
If you want to close the issue:
|
||||
|
||||
1. Fork the repository and work on the fix or the feature. Don't forget to add you name in the CONTRIBUTORS file, no matter how small is your fix, even if it's a typo :wink:
|
||||
2. Open a Pull Request with commits mentioning which issue are they fixing by adding in their description "Fixes #IssueNumber", in order to auto-resolve the issues after the Pull Request is merged into the master branch.
|
||||
3. In case you want to get your Pull Request in the master branch quickly, consider adding a screenshot of before and after your fix.
|
||||
4. Consider joining our [Gitter](https://gitter.im/PanosSakkos/personal-jekyll-theme) channel in order to make our communication easier.
|
||||
|
||||
A few simple rules that should be followed:
|
||||
|
||||
1. No tabs allowed, two spaces should be used instead.
|
||||
2. If you are adding a new feature, update the respective documentation post.
|
||||
3. Make sure to test your changes on the mobile rendering as well. It's as important as the desktop view.
|
||||
4. Make sure that after your changes the website is responsive, with respect to performance. There should be no lagging and make sure that this is the case when using it in a weak mobile client.
|
||||
5. Squash your commits into one commit per resolved issue.
|
||||
14
.github/CONTRIBUTORS.md
vendored
Normal file
14
.github/CONTRIBUTORS.md
vendored
Normal file
|
|
@ -0,0 +1,14 @@
|
|||
In alphabetical order:
|
||||
|
||||
1. Brandon Goldman <brandon.goldman@gmail.com>
|
||||
2. Fatima Villanueva (Kaira) <fzf.villanueva@gmail.com>
|
||||
3. Gordon Breuer <mail@gordon-breuer.de>
|
||||
4. Jorge Arias <mail@jorgearias.cl>
|
||||
5. Jose Zamudio <jose.zamudiobarrera@postgrad.manchester.ac.uk>
|
||||
6. Jørn Ølmheim <jorn@olmheim.com>
|
||||
7. Kartik Arora <chipset95@yahoo.co.in>
|
||||
8. Marcus Eisele <marcus.eisele@gmail.com>
|
||||
9. Nathan Jaremkio <njaremko@gmail.com>
|
||||
10. Panos Sakkos <panos.sakkos@protonmail.com>
|
||||
11. Prashant Solanki <prs.solanki@live.com>
|
||||
12. Sergey Lysenko <soulwish.ls@gmail.com>
|
||||
15
.github/ISSUE_TEMPLATE.md
vendored
Normal file
15
.github/ISSUE_TEMPLATE.md
vendored
Normal file
|
|
@ -0,0 +1,15 @@
|
|||
## Expected Behavior
|
||||
|
||||
|
||||
## Actual Behavior
|
||||
|
||||
|
||||
## Steps to Reproduce the Issue
|
||||
|
||||
1.
|
||||
2.
|
||||
3.
|
||||
|
||||
## Specifications
|
||||
|
||||
(The version of the project, browser etc.)
|
||||
7
.github/PULL_REQUEST_TEMPLATE.md
vendored
Normal file
7
.github/PULL_REQUEST_TEMPLATE.md
vendored
Normal file
|
|
@ -0,0 +1,7 @@
|
|||
Issue Fixed #
|
||||
|
||||
## Proposed Changes
|
||||
|
||||
-
|
||||
-
|
||||
-
|
||||
Loading…
Add table
Add a link
Reference in a new issue