1
0
mirror of https://github.com/creyD/asiimov.git synced 2026-06-12 00:52:23 +02:00

Misc Update

- Added templating structure
- Added static pages
- Fixed some styling
- Improved contribution guide
This commit is contained in:
2020-01-13 16:30:27 +01:00
parent 0d50a12fd2
commit 266ae39082
7 changed files with 17 additions and 7 deletions

View File

@@ -19,8 +19,9 @@ In most cases the best thing you can do is to create an issue with your contribu
If you feel like the issue is easily fixable for you and the consensus of the issue is positive for your idea, go for it!
- Fork the repository
- Checkout the dev branch
- Commit your changes with an understandable commit message
- Create a pull request from your fork to the main repository (preferably in the dev branch!)
- Create a pull request from your fork to the main repository (from your branch to the `dev` branch)
- Profit!
## Which branch should I push to?