Skip to content

Commit

Permalink
Update CI files
Browse files Browse the repository at this point in the history
[noissue]
  • Loading branch information
pulpbot authored and fao89 committed Feb 1, 2022
1 parent 09a99fa commit 061be98
Show file tree
Hide file tree
Showing 5 changed files with 56 additions and 2 deletions.
23 changes: 23 additions & 0 deletions .github/ISSUE_TEMPLATE/bug_report.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
---
name: 🐛 Bug report
about: Create a report to help us improve
title: ''
labels: Issue, Triage-Needed
assignees: ''

---

**Version**
Please provide the versions of the pulpcore and pulp_ansible packages in use, and how they are installed. If you are using Pulp via Katello, please provide the Katello version.

**Describe the bug**
A clear and concise description of what the bug is.

**To Reproduce**
Steps to reproduce the behavior:

**Expected behavior**
A clear and concise description of what you expected to happen.

**Additional context**
Add any other context about the problem here. Please provide links to any previous discussions via Discourse or Bugzilla.
20 changes: 20 additions & 0 deletions .github/ISSUE_TEMPLATE/feature_request.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
---
name: ✨ Feature request
about: Suggest an idea for this project
title: ''
labels: Feature, Triage-Needed
assignees: ''

---

**Is your feature request related to a problem? Please describe.**
A clear and concise description of what the problem is. Ex. I'm always frustrated when [...]

**Describe the solution you'd like**
A clear and concise description of what you want to happen.

**Describe alternatives you've considered**
A clear and concise description of any alternative solutions or features you've considered.

**Additional context**
Add any other context about the feature request here.
10 changes: 10 additions & 0 deletions .github/ISSUE_TEMPLATE/task.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
---
name: 🗒️ Task
about: Documentation changes, CI/CD changes, work items such as "investigate X"
title: ''
labels: Task, Triage-Needed
assignees: ''

---


2 changes: 1 addition & 1 deletion .github/template_gitref
Original file line number Diff line number Diff line change
@@ -1 +1 @@
2021.08.26-67-g1b89490
2021.08.26-68-g01ed1c2
3 changes: 2 additions & 1 deletion template_config.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# This config represents the latest values used when running the plugin-template. Any settings that
# were not present before running plugin-template have been added with their default values.

# generated with plugin_template@2021.08.26-63-gfcd8627
# generated with plugin_template@2021.08.26-68-g01ed1c2

additional_repos:
- bindings: false
Expand Down Expand Up @@ -78,4 +78,5 @@ update_redmine: false
upgrade_range:
- pulp_ansible_branch: 0.7
pulpcore_branch: 3.11
use_issue_template: true

0 comments on commit 061be98

Please sign in to comment.