Skip to content

Commit

Permalink
Raising Issues
Browse files Browse the repository at this point in the history
  • Loading branch information
pgorod committed Feb 27, 2020
1 parent 7246e03 commit 1655a14
Show file tree
Hide file tree
Showing 5 changed files with 117 additions and 157 deletions.
117 changes: 117 additions & 0 deletions content/community/raising-issues.adoc
@@ -0,0 +1,117 @@
---
Title: Raising Issues
Weight: 10
---

:experimental:

== Raising Issues

An issue is an area where you can feel the project could be improved,
for example, you could report a problem or bug you've encountered while
using the software, a feature you feel is missing, or a gap in the
project's documentation.

When raising issues via our GitHub repository ensure you state the issue
clearly with a full description of steps to reproduce, what version(s)
of SuiteCRM the issue was found in and; if relevant what platform it is
running on and a screenshot of the issue. This will allow any
contributor to easily identify and potentially address the issue. Here
is the GitHub guide to all things issues.

Here is a https://github.com/salesagility/SuiteCRM/issues/8535[good example of a raised issue^].

== Security

We take Security seriously here at SuiteCRM so if you have discovered a
security risk report it by emailing security@suitecrm.com. This will be
delivered to the product team who handle security issues. *Please don't
disclose security bugs publicly* until they have been handled by the
security team.

Your email will be acknowledged within 24 hours during the business week
(Mon - Fri), and you’ll receive a more detailed response to your email
within 72 hours during the business week (Mon - Fri) indicating the next
steps in handling your report.


== GitHub Labels

=== Types of Issue Labels

You can click the labels below to see the list of actual Issues on Github that are
currently marked with that label.

[frame=none, cols="40,60"]
|===

|btn:[https://github.com/salesagility/SuiteCRM/labels/bug[bug]]| Confirmed or very likely to be a bug.

|btn:[https://github.com/salesagility/SuiteCRM/labels/Low%20Priority[Low priority]]| Low impact (e.g. visual only, typos, alignments).

|btn:[https://github.com/salesagility/SuiteCRM/labels/Medium%20Priority[Medium Priority]]| Medium impact blocker with a workaround.

|btn:[https://github.com/salesagility/SuiteCRM/labels/High%20Priority[High Priority]]| A high impact blocker with no workaround.

|btn:[https://github.com/salesagility/SuiteCRM/labels/Fix%20Proposed[Fix Proposed]]| Issues with a related pull request.

|btn:[https://github.com/salesagility/SuiteCRM/labels/Pending%20Input[Pending Input]]| Pending input from issue raiser.

|btn:[https://github.com/salesagility/SuiteCRM/labels/Language[Language]]| Issues relating to language files

|btn:[https://github.com/salesagility/SuiteCRM/labels/Suggestion[Suggestion]]| Suggestions that will later be moved to https://trello.com/b/Ht7LbMqw/suitecrm-suggestion-box[Trello^]

|btn:[https://github.com/salesagility/SuiteCRM/labels/Question[Question]]| General questions (Should usually be posted to the community forum instead)

|btn:[https://github.com/salesagility/SuiteCRM/labels/Resolved%3A%20Next%20Release[Resolved: next release]]| Solved issues that will be closed after the next release.

|btn:[https://github.com/salesagility/SuiteCRM/labels/invalid[Invalid]]| Issues that are invalid or non-reproducible.

|btn:[https://github.com/salesagility/SuiteCRM/labels/Duplicate[Duplicate]]| Issues which are duplicates of other issues.
|===

We encourage users who feel an issue should be raised as a higher
priority for a next release that they should make a comment to that
effect. This also applies to incorrect labelling.


=== Types of Pull Request Labels

You can click the labels below to see the list of actual Pull Requests on Github that are
currently marked with that label.

[frame=none, cols="40,60"]
|===

|btn:[https://github.com/salesagility/SuiteCRM/pulls?q=is%3Aopen+is%3Apr+label%3AAssessed[Assessed]]|
Pull requests that have been confirmed to fix the original issue by a SalesAgility member.

|btn:[https://github.com/salesagility/SuiteCRM/pulls?q=is%3Aopen+is%3Apr+label%3A%22Ready%20to%20Merge%22[Ready to Merge]]|
Pull requests that have both been assessed and code reviewed by SalesAgility.

|btn:[https://github.com/salesagility/SuiteCRM/pulls?q=is%3Aopen+is%3Apr+label%3A%22Requires%20Tests%22[Requires Tests]]|
Pull requests that require addition acceptance or unit tests before they can be merged.

|btn:[https://github.com/salesagility/SuiteCRM/pulls?q=is%3Aopen+is%3Apr+label%3A%22Contribution%20Community%22[Community Contribution]]|
Pull requests that have been created by a member of the community.

|btn:[https://github.com/salesagility/SuiteCRM/pulls?q=is%3Aopen+is%3Apr+label%3AEnhancement[Enhancement]]|
Pull requests that add additional features or functionality. These pull requests will need to be reviewed by SalesAgility.


|btn:[https://github.com/salesagility/SuiteCRM/pulls?q=is%3Aopen+is%3Apr+label%3A%22In%20Review%22[In Review]]|
Currently in-review and requires additional work from creator

|btn:[https://github.com/salesagility/SuiteCRM/pulls?q=is%3Aopen+is%3Apr+label%3A%22Wrong%20Branch%22[Wrong Branch]]|
Pull requests that have been created to the wrong branch.

|btn:[https://github.com/salesagility/SuiteCRM/pulls?q=is%3Aopen+is%3Apr+label%3ADuplicate[Duplicate]]|
Duplicate of other pull requests.

|===






40 changes: 0 additions & 40 deletions content/community/raising-issues/Issue Raising.adoc

This file was deleted.

61 changes: 0 additions & 61 deletions content/community/raising-issues/Types of Issue Labels.adoc

This file was deleted.

41 changes: 0 additions & 41 deletions content/community/raising-issues/Types of Pull Request Labels.adoc

This file was deleted.

15 changes: 0 additions & 15 deletions content/community/raising-issues/_index.en.adoc

This file was deleted.

0 comments on commit 1655a14

Please sign in to comment.