https://github.com/devisle/devisle-tutorials
Easy to follow, easy to contribute, straight to the point tutorials.
https://github.com/devisle/devisle-tutorials
Last synced: 11 months ago
JSON representation
Easy to follow, easy to contribute, straight to the point tutorials.
- Host: GitHub
- URL: https://github.com/devisle/devisle-tutorials
- Owner: devisle
- License: mit
- Created: 2019-09-14T21:58:05.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2023-05-06T19:01:58.000Z (about 3 years ago)
- Last Synced: 2025-04-03T06:05:35.449Z (about 1 year ago)
- Language: JavaScript
- Homepage: https://devisle-tutorials.netlify.app/
- Size: 1.64 MB
- Stars: 4
- Watchers: 1
- Forks: 0
- Open Issues: 8
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Straight to the point tutorials
If you would like to contribute a tutorial read the below steps from step 1, else if would like to contribute to the website, please skip step 2 only:
## 1. Access to Github Organization
First you must join the Github organization, if you haven't already done so, it helps if we already know who you are on the discord.
### 2. Write your tutorial
All our tutorials are rendered via markdown format, all contributions belong inside the Markdowns folder.
### 3. Ask to contribute to the Github repository
Once you are happy with a tutorial, ask one of the discord admins or github repository admins to give you collaborator access so that you may submit a pull request later on.
### 4. Clone the repo
Git clone the tutorial repository to your development machine, make a new development branch, if you are contribute a tutorial then place your markdown file inside the Markdowns folder and update the Catalog.js file inside the folder too. Catalog.js will be how the tutorial appears in the search list on the main page. Otherwise, your coded contributions will also be looked at on submission.
### 5. Test and Submit
If you can test that the site is working as normal with the newly added content it would be great! additionally, we will check when you submit the Pull Request, so please help us by being specific with what you changed.
Feel free to ask for help on the discord if you get stuck at any of these steps.