Skip to content

Latest commit

 

History

History
19 lines (15 loc) · 679 Bytes

CONTRIBUTING.md

File metadata and controls

19 lines (15 loc) · 679 Bytes

Contributing to the Slack Ask Bot

Basics

  1. Try to follow the general coding style of this repository
  2. Please discuss your contributing ideas in issues (or directly with codeowners) before making changes.
  3. Update documentation when needed
  4. Add tests when possible
  5. If something is unclear, don't be afraid to ask

Development flow

  1. Create branch from test-branch with name feature/my-feature-name-here or fix/my-fix-name-here
  2. Make your changes to that branch
  3. Create pull request to test-branch
  4. Wait for review
  5. Make fixes and/or merge the pull request if it was accepted. If you don't have permission for that, wait for a person who does.