forked from gitextensions/gitextensions
-
Notifications
You must be signed in to change notification settings - Fork 0
Home
Janusz Białobrzewski edited this page Jun 21, 2013
·
24 revisions
- Follow the Coding Style
- Minimal supported Git version is 1.6, you should have this in mind when adding new features
- Reuse UserControls before implementing things twice
- Update the documentation, or raise an Issue to indicate that documentation updates are required (see Updating the Documentation for further details).
- Make sure your change doesn't introduce compiler warnings
If you wish to help maintain the documentation, then please see the following links for further information.
- Overview: an overview of how the repository is organised and documentation is created.
- Current Release: how to update the documentation for the currently released version of Git Extensions.
- Future Release: how to update the documentation for future versions of Git Extensions. This is for the developers of Git Extensions who are adding new features or bug fixes that will be released at some future date
- Workflow: the workflow the maintainers follow to apply commits to the repository.
- [Build Instructions](wiki/Build Instructions)
- TODO
- [Git Encoding](wiki/Git Encoding)