tell users opening issues to use alertmanager --version#1327
tell users opening issues to use alertmanager --version#1327stuartnelson3 merged 1 commit intoprometheus:masterfrom
Conversation
|
@mxinden I think it adds a lot of friction to ask for To be clear, I can use Let me know and I'll proceed accordingly. Thank you. |
|
I understand the extra work this puts on you @tzz. I am sorry about that. The DCO is there to protect us from legal issues. This is both important for actual code, as well as its documentation. You can still use the web-interface. You only need to make sure that you add "Signed-off-by: Random J Developer random@developer.example.org" to the commit message. Does this address your concern? Thanks to @beorn7 we now have a wiki page giving you more details: https://github.com/prometheus/prometheus/wiki/DCO-signing |
|
@tzz There's also a number of ways you can automate this for repos when you're using
|
`-version` doesn't work as of 0.15-rc.1 so users should run `alertmanager --version` Signed-off-by: Ted Zlatanov <tzz@lifelogs.com>
|
I've updated this specific PR with the signoff header. I can live with it but it adds friction for non-technical users in particular, which I think will discourage small documentation changes. @mxinden It's a shame Github doesn't have an easier way to add the signoff but I agree adding it manually is a decent workaround. Thank you for considering and proposing the workaround. @jamtur01 yes, thank you for your guidance. I like all of those solutions but they are fairly technical and CLI only. |
-versiondoesn't work as of 0.15-rc.1 so users should runalertmanager --version