Skip to content

Commit 930525a

Browse files
authored
Merge pull request #1136 from puppetlabs/binford2k-patch-1
Add Jira integration
2 parents ddab8e3 + 06ca409 commit 930525a

File tree

2 files changed

+39
-7
lines changed

2 files changed

+39
-7
lines changed

.github/workflows/jira.yml

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
1+
---
2+
name: Export issue to Jira
3+
4+
on:
5+
issues:
6+
types: [labeled]
7+
8+
permissions:
9+
issues: write
10+
11+
jobs:
12+
export:
13+
uses: "puppetlabs/phoenix-github-actions/.github/workflows/jira.yml@main"
14+
with:
15+
jira-project: PUPDOC
16+
jira-base-url: ${{ vars.jira_base_url }}
17+
jira-user-email: ${{ vars.jira_user_email }}
18+
secrets:
19+
jira-api-token: ${{ secrets.JIRA_ISSUES_ACTION }}

README.markdown

Lines changed: 20 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,25 +1,38 @@
11
# Puppet Docs
22

3-
Curated documentation for Puppet.
3+
Curated documentation and issue tracker for Puppet
44

55
## Where is everything?
66

77
Most of our documentation has been moved out of this repository. This repo contains:
88
* Some of our older, unmaintained documentation, which is deprecated and may be removed from this repo without further notice. For archived docs for unmaintained, unsupported versions of Puppet, see the [Puppet docs archive](https://github.com/puppetlabs/docs-archive).
99
* Reference documentation generated from code. This reference documentation is then rendered into HTML and included in the Puppet docs website.
10+
* The issue tracker, which community members can use to suggest improvements to puppet.com/docs.
1011

1112
As of Puppet 5.5, Puppet docs were migrated into the DITA XML format and have been maintained in a CMS. We removed each migrated page from this repository, so that the old content wasn't accidentally published.
1213

1314
As of Facter 3.12, the Facter docs were migrated to DITA and organized as part of the Puppet doc set. Updates to 3.12 (and later) should be made in DITA, not in this repo. The generated `core_facts.md` file is still this repository, but has moved to the `puppet/x.y` folder instead of `facter/x.y`.
1415

15-
## Contributions from the Puppet community are welcome
16+
## Reporting issues
1617

17-
If something in the documentation doesn't seem right, or if you think something important is missing, we want to hear from you! Please send us feedback in any of the following ways:
18-
* Use the feedback form on the relevant page to send us details of the issue.
19-
* Open a Jira ticket in the DOCUMENT project here: https://tickets.puppetlabs.com/projects/DOCUMENT/ Let us know the URL of the page, and describe the changes you think it needs.
20-
* Email `[email protected]` if you have questions about contributing to the documentation.
18+
Community members can use this repository to suggest documentation improvements.
19+
The Technical Publications team regularly monitors and triages issues and requests here.
20+
Planning and roadmap activity takes place internally, so you might not see much activity until a writer begins actively working on a reported issue.
21+
22+
💡 Restriction: There are no SLA agreements for issues filed in this way, and customer reports take priority. If you have a support contract, you should raise issues via [support request](https://support.puppet.com/) to get them resolved expediently.
23+
24+
💡 Restriction: As this is a public repo, avoid including any confidential or sensitive information in issues filed.
25+
26+
1. To get started, use the [`Issues`](https://github.com/puppetlabs/puppet-enterprise_issues/issues) tab above.
27+
2. Search the existing queue to see if your concern has already been reported:
28+
* If the concern was reported, you can comment on it with additional information or react with a 👍
29+
to add your support. You’ll get any future notifications of activity on that ticket.
30+
* If the concern was not reported, you can file your own issue, following the issue template to include as much
31+
helpful detail as you can. Include the full URL of the documentation webpage.
32+
33+
Thank you so much for helping us improve our products! Email `[email protected]` if you have questions about contributing to the documentation.
2134

2235

2336
## Copyright
2437

25-
Copyright (c) 2009-2021 Puppet, Inc. See LICENSE for details.
38+
Copyright (c) 2009-2024 Puppet, Inc. See LICENSE for details.

0 commit comments

Comments
 (0)