-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
4dd0edc
commit 9e632c7
Showing
50 changed files
with
182 additions
and
189 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
# Sphinx build info version 1 | ||
# This file hashes the configuration used when building these files. When it is not found, a full rebuild will be done. | ||
config: 7c31dffbf408f08559eea510cf2c0bc8 | ||
config: 0fa06d080c0cae2897bee13f581904ab | ||
tags: 645f666f9bcd5a90fca523b33c5a78b7 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -28,11 +28,7 @@ Raise an Issue | |
============== | ||
|
||
For general bugs/issues, you can open an issue `at the GitHub repo | ||
<https://github.com/hpcng/warewulf/issues/new>`_. However, if you find | ||
a security related issue/problem, please email HPCng directly at | ||
`[email protected] <mailto:[email protected]>`_. More information | ||
about the HPCng security policies and procedures can be found `here | ||
<https://hpcng.org/security-policy>`_. | ||
<https://github.com/warewulf/warewulf/issues/new>`_. | ||
|
||
Contribute to the code | ||
====================== | ||
|
@@ -43,16 +39,16 @@ that you fork the main repo, create a new branch to make changes, and | |
submit a pull request (PR) to the master branch. | ||
|
||
Check out our official `CONTRIBUTING.md | ||
<https://github.com/hpcng/warewulf/blob/master/CONTRIBUTING.md>`_ | ||
<https://github.com/warewulf/warewulf/blob/master/CONTRIBUTING.md>`_ | ||
document, which also includes a `code of conduct | ||
<https://github.com/hpcng/warewulf/blob/master/CONTRIBUTING.md#code-of-conduct>`_. | ||
<https://github.com/warewulf/warewulf/blob/master/CONTRIBUTING.md#code-of-conduct>`_. | ||
|
||
|
||
Step 1. Fork the repo | ||
--------------------- | ||
|
||
To contribute to Warewulf, you should obtain a GitHub account and fork | ||
the `Warewulf <https://github.com/hpcng/warewulf>`_ repository. Once | ||
the `Warewulf <https://github.com/warewulf/warewulf>`_ repository. Once | ||
forked, clone your fork of the repo to your computer. (Obviously, you | ||
should replace ``your-username`` with your GitHub username.) | ||
|
||
|
@@ -150,7 +146,7 @@ need to update a branch, you will need to follow the next steps: | |
.. code-block:: bash | ||
# add a new remote named "upstream" | ||
git remote add upstream https://github.com/hpcng/warewulf.git | ||
git remote add upstream https://github.com/warewulf/warewulf.git | ||
# or another branch to be updated | ||
git checkout master | ||
git pull upstream master | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.