You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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:
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.
The text was updated successfully, but these errors were encountered: