Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Aron Helser
ParaView
Commits
435befe5
Commit
435befe5
authored
Aug 30, 2016
by
Aron Helser
Browse files
Update CONTRIBUTING.md, with minor clarifications
Also added steps and a link for building ParaView.
parent
b0a3364b
Pipeline
#24110
passed with stage
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
CONTRIBUTING.md
View file @
435befe5
...
...
@@ -10,8 +10,7 @@ for additional information.
2.
[
Fork ParaView
][]
into your user's namespace on GitLab.
3.
Follow the
[
download instructions
][]
to create a
local clone of the main ParaView repository. Optionally configure
3.
Create a local clone of the main ParaView repository. Optionally configure
Git to
[
use SSH instead of HTTPS
][]
.
Then clone:
...
...
@@ -19,18 +18,20 @@ for additional information.
$ cd ParaView
The main repository will be configured as your `origin` remote.
For more information see: [Setup][]
For more information see: [Setup][]
and [download instructions][]
4.
Run the
[
developer setup script
][]
to prepare your ParaView work
tree and create Git command aliases used below:
$ ./Utilities/SetupForDevelopment.sh
This will prompt for your GitLab user name and configure a remote
called `gitlab` to refer to it.
called `gitlab` to refer to it.
Choose the defaults for ParaView Data questions.
For more information see: [Setup][]
5.
Edit files and create commits (repeat as needed):
5.
[Build Paraview] and run it.
6.
Edit files and create commits (repeat as needed):
$ edit file1 file2 file3
$ git add file1 file2 file3
...
...
@@ -42,13 +43,15 @@ for additional information.
For more information see: [Create a Topic][]
6
.
Push commits in your topic branch to your fork in GitLab:
7
.
Push commits in your topic branch to your fork in GitLab:
$ git gitlab-push
For more information see: [Share a Topic][]
7.
Visit your fork in GitLab, browse to the "
**Merge Requests**
" link on the
8.
Run tests with ctest, or use the dashboard
9.
Visit your fork in GitLab, browse to the "
**Merge Requests**
" link on the
left, and use the "
**New Merge Request**
" button in the upper right to
create a Merge Request.
...
...
@@ -70,6 +73,7 @@ to provide support.
[
download instructions
]:
Documentation/dev/git/download.md#clone
[
developer setup script
]:
/Utilities/SetupForDevelopment.sh
[
Setup
]:
Documentation/dev/git/develop.md#Setup
[
Build Paraview
]:
http://www.paraview.org/Wiki/ParaView:Build_And_Install
[
Create a Topic
]:
Documentation/dev/git/develop.md#create-a-topic
[
Share a Topic
]:
Documentation/dev/git/develop.md#share-a-topic
[
Create a Merge Request
]:
Documentation/dev/git/develop.md#create-a-merge-request
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment