GitHub: Template tweaks

CONTRIBUTING.md: Correct misuse of "as such" (Grammar Police)

bug-report.md: Clarify that the submitter should always test against the
latest stable code base.
This commit is contained in:
DRC
2019-04-10 15:16:55 -05:00
parent d3a3a73f64
commit ce067a6cd1
2 changed files with 5 additions and 5 deletions

View File

@@ -3,10 +3,10 @@ Contributing to libjpeg-turbo
libjpeg-turbo is a stable and mature product with a worldwide reach, it is an libjpeg-turbo is a stable and mature product with a worldwide reach, it is an
ISO/ITU-T reference implementation of the JPEG standard, and its maintainer ISO/ITU-T reference implementation of the JPEG standard, and its maintainer
does not earn a salary for maintaining it. As such, not every code does not earn a salary for maintaining it. Thus, not every code contribution
contribution can or will be accepted into the libjpeg-turbo code base. In can or will be accepted into the libjpeg-turbo code base. In order to maximize
order to maximize the chances that a code contribution is acceptable, please the chances that a code contribution is acceptable, please adhere to the
adhere to the following guidelines: following guidelines:
1. If the code contribution is a bug fix, then please ensure that enough 1. If the code contribution is a bug fix, then please ensure that enough
information is provided so that the maintainer can readily reproduce and information is provided so that the maintainer can readily reproduce and

View File

@@ -31,7 +31,7 @@ assignees: dcommander
**Platform(s) (compiler version, operating system version, CPU) on which the bug was observed:** **Platform(s) (compiler version, operating system version, CPU) on which the bug was observed:**
**libjpeg-turbo version(s) in which the bug was observed:** **libjpeg-turbo release(s), commit(s), or branch(es) in which the bug was observed (always test the tip of the master branch or the latest [stable pre-release](https://libjpeg-turbo.org/DeveloperInfo/PreReleases) to verify that the bug hasn't already been fixed):**
**If the bug is a regression, the specific commit that introduced the regression (use `git bisect` to determine this):** **If the bug is a regression, the specific commit that introduced the regression (use `git bisect` to determine this):**