You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: CONTRIBUTING.md
+8-8
Original file line number
Diff line number
Diff line change
@@ -8,34 +8,34 @@ First, we want to thank you for your interest in contributing to BLIS! Please re
8
8
9
9
* If you can't find an open issue addressing the problem, please feel free to [open a new one](https://github.com/flame/blis/issues/new). Some things to keep in mind as you create your issue:
10
10
* Be sure to include a **meaningful title**. Aim for a title that is neither overly general nor overly specific.
11
-
* Putting some time into writing a **clear description** will help us understand your bug, how you found it, and the conditions under which you discovered it.
12
-
* You are welcome to include the BLIS version number (e.g. 0.3.2-15) if you wish, but please supplement it with the **actual git commit number** corresponding to the code that exhibits your behavior (the first 7-8 hex digits is fine).
13
-
* Unless you are confident that it's not relevant, it's usually recommended that you **tell us how you configured BLIS** and **about your environment in general**. Your hardware microarchitecture, OS, compiler, `configure` options, configuration target are all good examples of things to you may wish to include.
11
+
* Putting some time into writing a **clear description** will help us understand your bugand how you found it.
12
+
* You are welcome to include the BLIS version number (e.g. 0.3.2-15) if you wish, but please supplement it with the **actual git commit number** corresponding to the code that exhibits your reported behavior (the first seven or eight hex digits is fine).
13
+
* Unless you are confident that it's not relevant, it's usually recommended that you **tell us how you configured BLIS** and **about your environment in general**. Your hardware microarchitecture, OS, compiler (including version), `configure` options, configuration target are all good examples of things to you may wish to include. If the bug involves elements of the build system such as bash or python functionality, please include those versions numbers, too.
14
14
* If your bug involves behavior observed after linking to BLIS and running an application, please provide a minimally illustrative **code sample** that developers can run to (hopefully) reproduce the error or other concerning behavior.
15
15
16
16
#### **Did you write a patch that fixes a bug?**
17
17
18
-
If so, great, and thanks for your efforts! Please open a new GitHub pull request with the patch.
18
+
If so, great, and thanks for your efforts! Please submit a new GitHub [pull request](https://github.com/flame/blis/pulls) with the patch.
19
19
20
20
* Ensure the PR description clearly describes the problem and solution. Include any relevant issue numbers, if applicable.
21
21
22
22
* Please limit your PR to addressing one issue at a time. For example, if you are fixing a bug and in the process you find a second, unrelated bug, please open a separate PR for the second bug (or, if the bugfix to the second bug is not obvious, you can simply open an [issue](https://github.com/flame/blis/issues/new) for the second bug).
23
23
24
-
* Before submitting new code, please read the [CodingConventions wiki](https://github.com/flame/blis/wiki/CodingConventions) guide to learn more about our preferred coding conventions. (It's unlikely that we will turn away your contributed code due to mismatched coding styles, but it will be **highly** appreciated by project maintainers since it will save them the time of digressing from their workto reformat your code.)
24
+
* Before submitting new code, please read the [coding conventions](https://github.com/flame/blis/wiki/CodingConventions) guide to learn more about our preferred coding conventions. (It's unlikely that we will turn away your contributed code due to mismatched coding styles, but it will be **highly** appreciated by project maintainers since it will save them the time of digressing from their work--whether now or later--to reformat your code.)
25
25
26
26
#### **Did you fix whitespace or reformat code?**
27
27
28
28
Unlike some other projects, if you find code that does not abide by the project's [coding conventions](https://github.com/flame/blis/wiki/CodingConventions) and you would like to bring that code up to our standards, we will be happy to accept your contribution. Please note in the commit log the fixing of whitespace, formatting, etc. as applicable.
29
29
30
-
If you are making a more substantial contribution and in the vicinity (i.e., within the same file) of the affected code you stumble upon other code that works but could use some trivial changes or reformatting, you may combine the latter into the commit for the former. Just note in your commit log that you also fixed whitespace or applied reformatting.
30
+
If you are making a more substantial contribution and in the vicinity of the affected code (i.e., within the same file) you stumble upon other code that works but could use some trivial changes or reformatting, you may combine the latter into the commit for the former. Just note in your commit log that you also fixed whitespace or applied reformatting.
31
31
32
32
#### **Do you intend to add a new feature or change an existing one?**
33
33
34
34
That's fine, we are interested to hear your ideas!
35
35
36
-
* You may wish to run your idea by opening an [issue](https://github.com/flame/blis/issues/new) to describe your new feature, or how an existing feature is not sufficiently general-purpose. This allows you the chance to open a dialogue with other developers, who may provide you with useful feedback.
36
+
* You may wish to introduce your idea by opening an [issue](https://github.com/flame/blis/issues/new) to describe your new feature, or how an existing feature is not sufficiently general-purpose. This allows you the chance to open a dialogue with other developers, who may provide you with useful feedback.
37
37
38
-
* Before submitting new code, please read the [CodingConventions wiki](https://github.com/flame/blis/wiki/CodingConventions) guide to learn more about our preferred coding conventions. (See comments above regarding mismatched coding styles.)
38
+
* Before submitting new code, please read the [coding conventions](https://github.com/flame/blis/wiki/CodingConventions) guide to learn more about our preferred coding conventions. (See comments above regarding mismatched coding styles.)
39
39
40
40
#### **Do you have questions about the source code?**
Copy file name to clipboardexpand all lines: README.md
+1-1
Original file line number
Diff line number
Diff line change
@@ -233,7 +233,7 @@ have bug reports, in which case they should open a
233
233
Contributing
234
234
------------
235
235
236
-
For information on how to contribute to our project, including preferred [coding conventions](https://github.com/flame/blis/wiki/CodingConventions), please refer to the [CONTRIBUTING.md](https://github.com/flame/blis/blob/master/CONTRIBUTING.md) file in the top-level directory of the BLIS distribution.
236
+
For information on how to contribute to our project, including preferred [coding conventions](https://github.com/flame/blis/wiki/CodingConventions), please refer to the [CONTRIBUTING](https://github.com/flame/blis/blob/master/CONTRIBUTING.md) file in the top-level directory of the BLIS distribution.
0 commit comments