Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

HPCC-29356 add JIRA creation guidelines to userdocs #19123

Open
wants to merge 2 commits into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
43 changes: 43 additions & 0 deletions devdoc/userdoc/JiraGuidelines.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,43 @@
# JIRA Creation Guidelines

This is a guide to the type of information that is desired in JIRA tickets.

# For bugs / improvement requests on any existing features or docs:
- User-Interface Issues:
- Provide a screenshot when it’s applicable. Not just of the offending line or excerpt, but of the entire application window.
- URL to environment.
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

url to environment and workunit are relevant to all issues.

Which browser and version is only relevant to UI.

- URL to workunit.
- Which browser and its version.
- Provide a zap file if there is one.
- Build version of the environment you're using.
- Steps for reproducing.
- Laid out in an easy to understand format.
- Either a numbered set of steps or even something simple as:
- Open Browser > Navigate to here > then click this tab
- Any artifacts that are relevant to the recreation of the issue.
- These include input files, code, pkgmap contents, etc.
- Type of environment where the HPCC Platform is running.
- Bare-metal environment, VM, container?
- Details on the systems used to start these such as:
- Operation system
- Minikube or Docker Desktop
- Virtual Box
- Steps taken to install the platform if this is related to installation and init.
- If this is a bare-metal build, where did you get your package and what is the md5sum of this package?
- Include stack traces if possible.
- Core files can potentially contain PII so refrain from including these in the ticket.
- Ensure that there's no Personally Identifiable Information in the ticket.

# For new features, the reporter should provide in detail:

- What the feature should do?
- Why do they need it?
- How important is it (same for a bug)? This will help the team prioritize the issue
- If documentation of any kind is needed (red book, blog, devdoc, etc) either add it as part of this Jira / PR, or create a new ticket for the documentation team and put in the information the doc team requested and add the doc Jira as a “relates” to the original issue.

* Developers are encouraged to add information to the Jira as their work progresses. This should include things like:
- Is this a new issue or something that has been around for a long time but just now found? (will help figure when the issue got introduced)
- Briefly describe how was the issue resolved or any information that will be helpful if someone encounters this issue again



3 changes: 2 additions & 1 deletion devdoc/userdoc/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
Documentation in this directory is targeted to end-users of the HPCC Systems Platform.
This is less-formal documentation intended to be produced and released more quickly than the published HPCC documentation. See [HPCC documentation](https://github.com/hpcc-systems/HPCC-Platform/tree/master/docs) if you would like to contribute to our official docs.

## Directory structure under devdoc
## Directory structure under userdoc
::: info
- **userdoc/troubleshoot:** Information related to troubleshooting particular components
- **userdoc/azure:** Useful information about Azure Cloud portal and cli
Expand All @@ -17,6 +17,7 @@ This is less-formal documentation intended to be produced and released more quic
- [Client Tools Installation issues](./troubleshoot/ClientsToolIssues.md): An explanation of how to resolve common cient tool installation issues.
- [EclWatch 9 overview](https://hpccsystems.com/resources/nifty-features-in-ecl-watch-version-9-0/): Helpful hints to help the transition to the new eclwatch.
- [RoxieFAQ](./roxie/FAQ.md): Q&A for Roxie.
- [JIRA Creation Guideline](./JiraGuidelines.md): Useful guide for creating JIRA tickets.


## HPCC Website documentation
Expand Down
Loading