-
Notifications
You must be signed in to change notification settings - Fork 240
Create "How To Develop" Page #295
Copy link
Copy link
Open
Labels
Description
In order to somewhat lower the barrier to entry and encourage users both to contribute and to learn how to contribute, we should add a simple "how to contribute" page.
It should be a tutorial that runs through the whole process:
- Create a Github Account
- Create a fork of the pullup repo
- Clone the repo
- Setup dev environment
- Add some simple feature
- Add username to configs list
- Commit, push
- Create pull request
- Signup!
I'm thinking the simple feature should be something very easy, but something that we will never actually merge into the main codebase. That way multiple users can follow the same tutorial. I suggest adding a tutorial to add a back button to the posts page - just a simple javascript window.back() thing. We would never really want it, but it feels like a real feature.
Reactions are currently unavailable