Skip to content

Commit fe5547a

Browse files
committed
Update CI files
[noissue]
1 parent 6d32854 commit fe5547a

5 files changed

Lines changed: 56 additions & 2 deletions

File tree

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,23 @@
1+
---
2+
name: 🐛 Bug report
3+
about: Create a report to help us improve
4+
title: ''
5+
labels: Issue, Triage-Needed
6+
assignees: ''
7+
8+
---
9+
10+
**Version**
11+
Please provide the versions of the pulpcore and pulp_python packages in use, and how they are installed. If you are using Pulp via Katello, please provide the Katello version.
12+
13+
**Describe the bug**
14+
A clear and concise description of what the bug is.
15+
16+
**To Reproduce**
17+
Steps to reproduce the behavior:
18+
19+
**Expected behavior**
20+
A clear and concise description of what you expected to happen.
21+
22+
**Additional context**
23+
Add any other context about the problem here. Please provide links to any previous discussions via Discourse or Bugzilla.
Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
1+
---
2+
name: ✨ Feature request
3+
about: Suggest an idea for this project
4+
title: ''
5+
labels: Feature, Triage-Needed
6+
assignees: ''
7+
8+
---
9+
10+
**Is your feature request related to a problem? Please describe.**
11+
A clear and concise description of what the problem is. Ex. I'm always frustrated when [...]
12+
13+
**Describe the solution you'd like**
14+
A clear and concise description of what you want to happen.
15+
16+
**Describe alternatives you've considered**
17+
A clear and concise description of any alternative solutions or features you've considered.
18+
19+
**Additional context**
20+
Add any other context about the feature request here.

.github/ISSUE_TEMPLATE/task.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
---
2+
name: 🗒️ Task
3+
about: Documentation changes, CI/CD changes, work items such as "investigate X"
4+
title: ''
5+
labels: Task, Triage-Needed
6+
assignees: ''
7+
8+
---
9+
10+

.github/template_gitref

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
2021.08.26-67-g1b89490
1+
2021.08.26-68-g01ed1c2

template_config.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# This config represents the latest values used when running the plugin-template. Any settings that
22
# were not present before running plugin-template have been added with their default values.
33

4-
# generated with plugin_template@2021.08.26-63-gfcd8627
4+
# generated with plugin_template@2021.08.26-68-g01ed1c2
55

66
additional_plugins: []
77
additional_repos: []
@@ -74,4 +74,5 @@ update_redmine: false
7474
upgrade_range:
7575
- pulp_python_branch: 3.2
7676
pulpcore_branch: 3.11
77+
use_issue_template: true
7778

0 commit comments

Comments
 (0)