CONTRIBUTING.md

March 18, 2021 ยท View on GitHub

The following is a set of guidelines for contributing to Erda UI. Please spend several minutes reading these guidelines before you create an issue or pull request.

Open Development

All work on Erda UI happens directly on GitHub. Both core team members and external contributors send pull requests which go through the same review process.

Branch Organization

If you send a bugfix pull request, please do it against the master branch, if it's a feature pull request, please do it against the feature branch.

Bugs

We are using GitHub Issues for bug tracking. The best way to get your bug fixed is by using our issue template.

Before you report a bug, please make sure you've searched existing issues, and read our FAQ.

Development Workflow

TODO: