daresaydigital / code-standard

Code standards that we use for different projects
MIT License
5 stars 3 forks source link

Code standards

Guides and project templates that we use at Screen Interaction

How do I use this?

Fork the correct branch for your project:

In the template you will find gitignore and configuration files for the project.

High level guidelines:

A note on the language:

How to contribute

To the global template

  1. Fork the global branch.
  2. Make your improvements.
  3. Create a pull request.
  4. Invite your colleagues to the discussion and ask about their opinion.
  5. When consensus is reached, merge the pull request.
  6. Merge the changes to the project branches.

An existing template

  1. Fork the branch and make your improvements.
  2. Create a pull request.
  3. Invite your colleagues to the discussion and ask about their opinion.
  4. When consensus is reached, merge the pull request.

A new template

  1. Fork the global branch.
  2. Name your new branch after your type of project.
  3. Make your improvements.
  4. Create an issue.
  5. Invite your colleagues to the discussion and ask about their opinion about the new project template.
  6. When consensus is reached, close the issue.

Inspiration