Skip to content
Snippets Groups Projects
Commit 95a7e234 authored by Brad King's avatar Brad King Committed by Kitware Robot
Browse files

Merge topic 'developer-setup'


e25eb8dc CONTRIBUTING: Add step for running developer setup script
4b7bf8e4 Tell Git not to export any `.sh` or `.bash` scripts

Acked-by: default avatarKitware Robot <kwrobot@kitware.com>
Merge-request: !4
parents f466082c e25eb8dc
No related branches found
No related tags found
No related merge requests found
......@@ -3,8 +3,8 @@
.hooks* export-ignore
/GitSetup export-ignore
/SetupForDevelopment.sh export-ignore eol=lf
/clang-format.bash export-ignore eol=lf
/*.sh export-ignore eol=lf
/*.bash export-ignore eol=lf
/.clang-format export-ignore
*.c whitespace=tab-in-indent,no-lf-at-eof
......
......@@ -13,6 +13,7 @@ To contribute patches:
#. Fork the upstream `KWSys Repository`_ into a personal account.
#. Base all new work on the upstream ``master`` branch.
#. Run ``./SetupForDevelopment.sh`` in new local work trees.
#. Create commits making incremental, distinct, logically complete changes.
#. Push a topic branch to a personal repository fork on GitLab.
#. Create a GitLab Merge Request targeting the upstream ``master`` branch.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment