diff --git a/CHANGES/6879.doc b/CHANGES/6879.doc new file mode 100644 index 000000000..217c66269 --- /dev/null +++ b/CHANGES/6879.doc @@ -0,0 +1 @@ +Document how to file an issue diff --git a/README.md b/README.md index 96a776991..1168e1d6a 100644 --- a/README.md +++ b/README.md @@ -6,3 +6,21 @@ Pulp 3 Ansible Installer A collection of roles to install or upgrade Pulp 3. Can also reconfigure or add plugins to an existing install. See https://pulp-installer.readthedocs.io/ for full documentation. + + +How to File an Issue +-------------------- + +To file a new issue set the Category to `Installer` when filing [here](https://pulp.plan.io/projects/pulp/issues/new). + +See [redmine fields](https://docs.pulpproject.org/bugs-features.html#redmine-fields) for more detailed +descriptions of all the fields and how they are used. + +| Field | Instructions | +| ----- | ----------- | +| Tracker | For a bug, select `Issue`, for a feature-request, choose `Story` | +| Subject | Strive to be specific and concise. | +| Description | This is the most important part! Please see [issue description](https://docs.pulpproject.org/bugs-features.html#issue-description). | +| Category | Installer | +| Version | The version of installer that you discovered the issue. | +| OS | The Ansible managed OS. |