GithubHelp home page GithubHelp logo

mrwonderman / howtocontribute Goto Github PK

View Code? Open in Web Editor NEW

This project forked from iatn/howtocontribute

0.0 2.0 0.0 190 KB

Simple contribution guidelines to make open-source happy and organized

howtocontribute's Introduction

How to contribute

Simple contribution guidelines to make open-source happy and organized

Resist being a lazy developer, we can get through this together.

Project organization

  • Branch master is always stable and release-ready
  • Branch develop is for development and merged into master when stable
  • Feature branches should be created for adding new features and merged into develop when ready
  • Bug fix branches should be created for fixing bugs and merged into develop when ready
  • See also: A successful Git branching model

Opening a new issue

  1. Look through existing issues to see if your issue already exists
  2. Do not open a duplicate issue
  3. If your issue already exists, comment on its thread with any new information you have
  4. For new issues, be as descriptive as you can
  5. Provide as much information as you can on how to reproduce your issue
  6. Attach screenshots, videos, GIFs if possible

Submitting a pull request

  1. Find an issue to work on, or create a new one (avoid duplicates, please check existing issues!)
  2. Fork the repo
  3. Create a new branch with a sweet fucking name: git checkout -b issue_<##>_<featureOrFix>
  4. Do some motherfucking programming
  5. Write unit tests, if possible
  6. Keep your code nice and clean by adhering to coding standards & guidelines (see below)
  7. Don't break shit, like unit tests
  8. Update the documentation header comments, if needed
  9. Merge the latest from the develop branch and resolve any conflicts (before submitting a pull request!)
  10. Submit a pull request to the develop branch

Style guidelines

Style and adherence to conventions is just as important as the code you write. Don't be sloppy. Your mother wouldn't like that.

Objective-C style

The follow sets of guidelines compliment each other well and cover nearly everything.

howtocontribute's People

Contributors

jessesquires avatar

Watchers

 avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.