summaryrefslogtreecommitdiff
path: root/hacking/ticket_stubs
Commit message (Collapse)AuthorAgeFilesLines
* Cleanup of cannned responses (#76689)Brian Coca2022-02-0427-443/+144
| | | | | | | | * removed those made obsolete by bot * tried to rephrase to be more informative and require less updates in the future Co-authored-by: Sandra McCann <samccann@redhat.com> Co-authored-by: John R Barker <john@johnrbarker.com> Co-authored-by: Alicia Cozine <879121+acozine@users.noreply.github.com>
* Fix markdown links that were errantly formatted as rst (#75697)Matt Martz2021-09-143-3/+3
|
* Due to the takeover of freenode we're moving to a different irc network. ↵Toshio Kuratomi2021-06-013-3/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | (#74775) * Due to the takeover of freenode we're moving to a different irc network. * Our channels updated to point at the same channel name on libera.chat * Some links went to webchat.freenode.net. At this time, libera.chat doesn't point you to an official webchat client so I changed these to https://libera.chat. (kiwi irc does work with libera.chat so that could be another option). * In general, I used the name irc.libera.net for link names and https://libera.chat for link targets. This is because the irc service is hosted on irc.libera.chat but the project web server is hosted on libera.chat. (This appears to also be true for freenode but we were using http://irc.freenode.net which doesn't seem to work. Oops). * Removed http://irc.freenode.net from the linkcheck exceptions. linkcheck was actually correct to flag that as invalid (should have been http://frenode.net instead). * Looks like hte important people in #yaml are now in libera.chat * Link to where contributors should get help Add a link target and then link to where contributors should get support for developing groups of modules. * Update docs/docsite/rst/dev_guide/developing_modules_in_groups.rst Co-authored-by: Felix Fontein <felix@fontein.de> Co-authored-by: John R Barker <john@johnrbarker.com> Co-authored-by: Felix Fontein <felix@fontein.de>
* Reword the ticket stub for collections (#63917)Matt Martz2019-10-241-2/+2
|
* Add collections ticket stub (#62001)Matt Martz2019-09-091-0/+14
| | | | | | | | * Add collections ticket stub * typo Co-Authored-By: John R Barker <john@johnrbarker.com>
* Add a ticket stub for guiding GitHub newcomersSviatoslav Sydorenko2018-09-111-0/+15
| | | PR #45497
* 2.6 changelog gen/version/root dir cleanup (#40421)Matt Davis2018-05-2123-0/+509
* patched in changelog gen stuff from stable-2.5 * Makefile updates * release.py as single-source-of-truth * Remove obsolete ansible-core-sitemap.xml file. * Move ROADMAP.rst into README.rst. * dynamic rpm changelog, zap old deb/rpm changelogs * fix changelog in MANIFEST.in * Remove obsolete hacking/update.sh script. * Remove ref to deleted authors script. * Remove ref to removed module-formatter script. * Update headings to match script names. * MANIFEST.in cleanup * removed RELEASES.txt and versions.yml * removed obsolete release generation playbook/bits (not used since 2.5) * misc Makefile cleanup * speculative changes to DEB versioning * allow override of DEB_VERSION/DEB_RELEASE