diff options
author | Christian Breunig <christian@breunig.cc> | 2024-12-23 10:02:32 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-12-23 10:02:32 +0100 |
commit | 933799060210928a08dd24bbf7aff9666ba40851 (patch) | |
tree | edaf5eec1f876223f97cc2ddb73c898aa29aac05 /CONTRIBUTING.md | |
parent | 443109687cb4704459d8196b3c278e5e3549a7b7 (diff) | |
parent | 38395e86d54ed2cd47b7af76a0bd8534fde9e5c1 (diff) | |
download | vyos-build-933799060210928a08dd24bbf7aff9666ba40851.tar.gz vyos-build-933799060210928a08dd24bbf7aff9666ba40851.zip |
Merge pull request #869 from c-po/no-jenkins
T6674: remove all references to Jenkins
Diffstat (limited to 'CONTRIBUTING.md')
-rw-r--r-- | CONTRIBUTING.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 3ff00df8..2f57a272 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -40,7 +40,7 @@ task first. Once there is an entry in Phabricator, you should reference its id in your commit message, as shown below: * `ddclient: T1030: auto create runtime directories` -* `Jenkins: add current Git commit ID to build description` +* `keepalived: T1234: do not autostart service, will be done by CLI` If there is no [Phabricator](https://vyos.dev) reference in the commits of your pull request, we have to ask you to amend the commit message. |