Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 10 additions & 0 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
# General Information
- When starting with a new patch, make sure to create an issue corresponding to the work you are about to do. This helps keep track of new developments.
- Create a branch starting from one of the active branches and develop on the new branch.
- Plug-ins may be part of 'core', 'applications', or a site's specific product. Typically, new plugins are added to a feature, in order to be added to a product.

# Coding Guidelines
https://github.com/ControlSystemStudio/cs-studio/wiki/CodingGuidelines

# Development Guidelines
https://github.com/ControlSystemStudio/cs-studio/wiki/DevelopmentGuidelines
Loading