docs: Update to remove the old method of signing the CLA (#6479)

This commit is contained in:
Neil Lathwood
2017-04-20 14:46:03 +01:00
committed by GitHub
co-authored by GitHub
parent afa6a18364
commit 74b7926960
2 changed files with 4 additions and 10 deletions
-1
View File
@@ -4,7 +4,6 @@ DO NOT DELETE THIS TEXT
> Please read this information carefully. You can run `./scripts/pre-commit.php` to check your code before submitting.
- [ ] Have you signed the [Contributors agreement](http://docs.librenms.org/General/Contributing/) - please do NOT submit a pull request unless you have (signing the agreement in the same pull request is fine). Your commit message for signing the agreement must appear as per the docs.
- [ ] Have you followed our [code guidelines?](http://docs.librenms.org/Developing/Code-Guidelines/)
#### Testers
+4 -9
View File
@@ -30,14 +30,9 @@ any other means), you assert that:
systems.
To agree with these assertions, please submit a GitHub pull request against
[AUTHORS.md][5], adding or altering a **single line** *containing your name,
email address, and GitHub user id* in the file (so that it can be matched to
your commits), and stating in the *commit log* (not the pull request text):
```
I agree to the conditions of the Contributor Agreement contained in doc/General/Contributing.md.
```
To agree with these assertions, when you submit your first pull request you
will be asked after submitting to sign the CLA, you do this by following the
link provided in the PR and agreeing to the CLA using your GitHub account.
Local patches
-------------
@@ -71,7 +66,7 @@ the package information to the header.
* @package LibreNMS
* @subpackage webui
* @link http://librenms.org
* @copyright 2016 Internet Widgitz Pty Ltd <[email protected]>
* @copyright 2017 Internet Widgitz Pty Ltd <[email protected]>
* @author Me <[email protected]>
```