1
0
Fork 0
mirror of https://github.com/puma/puma.git synced 2022-11-09 13:48:40 -05:00
Commit graph

15 commits

Author SHA1 Message Date
Derik Linch
244a358193 changed PR template to direct people to add "[skip ci]" to the PR title (#2056)
rather than a commit message

[skip changelog]
2019-10-28 19:21:54 -04:00
Olle Jonsson
cea74d706a PR template: link to contributing, changelog (#2051)
Point to the "blob" on master, so that the link is clickable from the PR

[changelog skip]
2019-10-24 09:21:23 +08:00
Nate Berkopec
c379424c7b
Add pull request template 2019-10-21 10:27:31 +08:00
MSP-Greg
1d97e42dde Actions CI - Allow CI from branches other than master (forks), add test timeout (#2042)
Timeout will need to be changed if JRuby is added to this workflow.
2019-10-18 17:22:50 +08:00
Daniel Colson
dd781669d7 Allow reversed words to skip changelog [skip ci] (#2021)
[Travis][] allows both "<KEYWORD> skip" and "skip <KEYWORD>", as does
[Circleci][]. I never remember which order the words should go in, so it
is a nice convenience if either order works.

[Travis]: https://docs.travis-ci.com/user/customizing-the-build/#skipping-a-build
[Circleci]: https://circleci.com/docs/2.0/skip-build/#skipping-a-build
2019-10-10 11:06:39 +02:00
Richard Schneeman
079b284d13 Fix GitHub changelog check (#1999) 2019-09-26 19:02:33 +02:00
Nate Berkopec
f0c98a5a14
Ask for CLI options AND config in bug report 2019-09-26 12:50:53 +02:00
Nate Berkopec
25e41f0740
Del old issue template 2019-09-26 12:50:23 +02:00
Richard Schneeman
b9ed8444d3 [ci skip] Require Changelog at PR time (#1991)
* [ci skip] Require Changelog at PR time

We frequently forget to ask for a changelog entry, and then when we want to release the release maintainer has to go back and manually add them all. It would be better if the changelog was required at PR time so the original submitter can think of the best wording. If a PR is trivial people can add `[ci skip]` or `[changelog skip]`.

This implementation uses github actions.

* Use correct name of changelog file

The changelog is History.md not CHANGELOG.md
2019-09-25 21:53:54 +02:00
Nate Berkopec
c68dfffc32
Freeze all string literals in CI 2019-09-20 12:14:19 +02:00
Nate Berkopec
b59db28a6c
CI -> Github actions (#1918) 2019-09-19 19:50:13 +02:00
Nate Berkopec
58acb805f5
Example Dockerfile for issue reproduction 2019-09-19 13:43:42 +02:00
Nate Berkopec
7e704b553c Update issue templates 2019-09-15 15:31:36 +02:00
Nate Berkopec
379c159a86 Add puma version to issue template 2017-08-16 08:24:42 -06:00
Francesco Rodriguez
768f6bd5ca Add issue template.
Use GitHub feature to add more details to reported issues.

Based on Rails' issue template.

Ref: https://github.com/blog/2111-issue-and-pull-request-templates
2016-09-13 12:02:47 +02:00