Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Create CONTRIBUTING.md #2

Open
Venefilyn opened this issue Nov 24, 2019 · 2 comments
Open

Create CONTRIBUTING.md #2

Venefilyn opened this issue Nov 24, 2019 · 2 comments
Labels
enhancement New feature or request

Comments

@Venefilyn
Copy link

To help with open source work, there should be a CONTRIBUTING.md file that includes how to get it started locally, what coding standards to use, the code integration process used, and eventual testing.

@RheaAyase
Copy link
Collaborator

Contributing.md should also contain inf on how to create pullrequests since git workflow isn't that natural around reddit and other similar platforms.

  1. Fork
  2. Clone
  3. Always create a new branch
  4. Code, commit, push
  5. Create pullrequest from this feature branch to master
  6. Update your master, create new branch, code commit push, pull request, repeat repeat :)

Futher in order to update from upstream master:

  1. git remote add upstream git@github.com:justcool393/BotTerminator.git
  2. Check with git remote -v
  3. git checkout master && git pull upstream/master

@justcool393 justcool393 added the enhancement New feature or request label Nov 24, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

3 participants