You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

19 lines
893 B

  1. ### Contributing Guide
  2. #### 1 Issue Guidelines
  3. - Issues are exclusively for bug reports, feature requests and design-related topics. Other questions may be closed directly. If any questions come up when you are using Element, please hit [Gitter](https://gitter.im/element-en/Lobby) for help.
  4. - Before submitting an issue, please check if similar problems have already been issued.
  5. #### 2 Pull Request Guidelines
  6. - Fork this repository to your own account. Do not create branches here.
  7. - Commit info should be formatted as `[File Name]: Info about commit.` (e.g. `README.md: Fix xxx bug`)
  8. - <font color=red>Make sure PRs are created to `develop` branch instead of `master` branch.</font>
  9. - If your PR fixes a bug, please provide a description about the related bug.
  10. - Merging a PR takes two maintainers: one approves the changes after reviewing, and then the other reviews and merges.