-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathCONTRIBUTING
More file actions
20 lines (14 loc) · 869 Bytes
/
CONTRIBUTING
File metadata and controls
20 lines (14 loc) · 869 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
# Contributing
## Report a bug 🐞
Did you find something wrong in our software?
[Click here](https://airtable.com/appbOLIvAukdL1eQ5/pagXBHXA9laLXgNDO/form) to report a bug.
## Leave an idea 💡
Is there a feature you want to see or do you have an idea to improve an existing feature?
[Click here](https://airtable.com/appbOLIvAukdL1eQ5/pagXBHXA9laLXgNDO/form) to leave an idea.
## Contribute code 🛠
If you're a developer with experience in frontend or backend, we would love your help!
### How to start
1. **Find an issue** on our backlog and leave a comment stating that you're going to work on it. A member of the core team will mark it as _In Progress_.
2. **Create a branch** off your own fork of the repository.
3. **Submit your proposed changes** in a merge request targeting `dev` branch.
4. **The core team will review** and decide whether to merge.