-
Notifications
You must be signed in to change notification settings - Fork 304
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
cloLN
wants to merge
2
commits into
hpcc-systems:master
Choose a base branch
from
cloLN:HPCC-29356
base: master
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Changes from all commits
Commits
Show all changes
2 commits
Select commit
Hold shift + click to select a range
File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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. | ||
- 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 | ||
|
||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
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.