If you’re looking for ways to contribute, please peruse open issues.
-
Click the “Fork” button to create your personal fork of the AcDisplay repository.
-
Create a new branch for your new feature. For example:
git checkout -b my-awesome-feature
. A dedicated branch for your pull request means you can develop multiple features at the same time, and ensures that your pull request is stable even if you later decide to develop an unrelated feature. -
Submit your pull request, and good luck!