Skip to content

Latest commit

 

History

History
33 lines (20 loc) · 1.65 KB

CONTRIBUTING.md

File metadata and controls

33 lines (20 loc) · 1.65 KB

Contributing to AT-UI-Style

Thank you for choosing AT-UI. Please take a few moments to review the following guidelines to get you started.

Team members

AT-UI is developed as an open source project by AOTU Labs

Documentation

The AT-UI documentation is maintained as a collection of Markdown files power by vue-markdown-loader. Any pull requests are highly appreciated. Especially for internationalization.

Issue

Issues are exclusively for bug reports, feature requests and design-related topics. A bug issue is a demonstrable problem that is caused by the code in the repository. Good bug reports are extremely helpful - thank you!

Before submitting an issue, please check if similar questions have already been issued.

Pull requests

Working on your first Pull Request? You can learn how from this free series How to Contribute to an Open Source Project on GitHub

All pull requests are welcome. Thanks for taking the time to contribute.

  • Create an issue about the features, such as new components.
  • Fork the repo to your own account.
  • Clone your fork.
  • Create a new branch base on dev, if you want to add new component, the branch name should be formatted as component-[Component Name]. (e.g. component-steps) And the commit info should be formatted as [Component Name]: Info about commit.
  • Make sure that running npm run build outputs the correct files.
  • Rebase before creating a PR to keep commit history clear. (Merge request to branch dev)
  • Provide some description about your PR.