File tree Expand file tree Collapse file tree 2 files changed +25
-0
lines changed
Expand file tree Collapse file tree 2 files changed +25
-0
lines changed Original file line number Diff line number Diff line change 33Thanks for your interest in contributing to Bracket. Contributions are greatly appreciated!
44
55Please see the [ contributing docs] ( https://docs.bracketapp.nl/docs/community/contributing/ ) for more information.
6+
7+ > [ !IMPORTANT]
8+ >
9+ > Note: please open an issue first before creating non-trivial PRs.
Original file line number Diff line number Diff line change 22title : Contributing
33---
44
5+ import {Callout } from ' nextra/components'
6+
57# Contributing
68
79If you're using Bracket and would like to help support its development, that would be greatly
@@ -32,6 +34,25 @@ Rename the directory to the name of your locale, and start translating the `comm
3234the directory. It might be useful to use an online tool (Google ` translate json file ` ) to do the
3335translation for you, and then carefully check and correct any mistakes.
3436
37+ ## Code contributions
38+
39+ Code contributions are welcome! Please make sure to adhere to the following when submitting a pull
40+ request:
41+
42+ - Limit Pull Request (PR) size: Aim for small PRs (around 300 lines) that focus on a single,
43+ clear task. This makes them faster to review and more likely to be merged.
44+ - Write clear, descriptive titles.
45+ - Test your code changes thoroughly.
46+
47+ <Callout type = " warning" >
48+ Before making a pull request of something that's not trivial, please open an issue to discuss it
49+ first. Often there's a simpler way to achieve a certain goal or the scope of Bracket will be too
50+ large to maintain if every type of feature gets added.
51+
52+ Smaller changes like small bug fixes or documentation improvements can be made without opening
53+ an issue first.
54+ </Callout >
55+
3556## Contributors
3657
3758See [ README] ( https://github.com/evroon/bracket ) .
You can’t perform that action at this time.
0 commit comments