Skip to content

Latest commit

 

History

History
40 lines (24 loc) · 1.29 KB

CONTRIBUTING.md

File metadata and controls

40 lines (24 loc) · 1.29 KB

Contributing

We are currently only accepting contributions coming from within Siemens organization.

We welcome contributions in several forms, e.g.

  • Sponsoring
  • Documenting
  • Testing
  • Coding
  • etc.

Please read 14 Ways to Contribute to Open Source without Being a Programming Genius or a Rock Star.

Please check for the issues in the project and look for unassigned ones or create a new one.

Working together in an open and welcoming environment is the foundation of our success, so please respect our Code of Conduct.

Guidelines

Workflow

We use the Feature Branch Workflow and review all changes we merge to master.

Commit Message

Commit messages shall follow the conventions defined by conventional-changelog.

What to use as scope

In most cases the changed component is a good choice as scope e.g. if the change is done in the MindConnectAgent the scope should be Agent.

Code Style

Please follow the typescript code style which is established in tslint.json. (Works out of the box in many editors, e.g. Visual Studio Code)