|
| 1 | +# Contributing |
| 2 | + |
| 3 | +We welcome your contributions. To contribute, please |
| 4 | +- create an [issue](https://github.com/IntelPython/dpctl/issues/new), |
| 5 | +- participate in [discussions](https://github.com/IntelPython/dpctl/discussions), or |
| 6 | +- open a [pull request](https://github.com/IntelPython/dpctl/compare) from changes committed to your own fork |
| 7 | +of `dpctl`. |
| 8 | + |
| 9 | +**N.B.**: Please make sure to tick the checkmark "[x] Allow edits from maintainers" to allow proper functioning |
| 10 | +of automation bots, see "[Working with forks](https://docs.github.com/en/pull-requests/collaborating-with-pull-requests/working-with-forks/allowing-changes-to-a-pull-request-branch-created-from-a-fork)" GitHub document for more details. |
| 11 | + |
| 12 | + |
| 13 | + |
1 | 14 | # Mechanical Source Issues
|
2 | 15 |
|
3 | 16 | ## Source Code Formatting
|
@@ -30,11 +43,11 @@ clang-format -style=file -i \
|
30 | 43 |
|
31 | 44 | We use the following Python code style tools:
|
32 | 45 | - [black](https://black.readthedocs.io/en/stable/) code formatter.
|
33 |
| - - Revision: `20.8b1`. |
| 46 | + - Revision: `22.3.0`. |
34 | 47 | - [flake8](https://flake8.pycqa.org/en/latest/) linter.
|
35 |
| - - Revision `3.9.1`. |
| 48 | + - Revision `4.0.1`. |
36 | 49 | - [isort](https://pycqa.github.io/isort/) import sorter.
|
37 |
| - - Revision `5.8.0`. |
| 50 | + - Revision `5.10.1`. |
38 | 51 |
|
39 | 52 | - Refer `pyproject.toml` and `.flake8` config files for current configurations.
|
40 | 53 |
|
@@ -63,7 +76,7 @@ purpose of the file. The standard header looks like this:
|
63 | 76 | //
|
64 | 77 | // Data Parallel Control (dpctl)
|
65 | 78 | //
|
66 |
| -// Copyright 2020-2021 Intel Corporation |
| 79 | +// Copyright 2020-2022 Intel Corporation |
67 | 80 | //
|
68 | 81 | // Licensed under the Apache License, Version 2.0 (the "License");
|
69 | 82 | // you may not use this file except in compliance with the License.
|
@@ -103,7 +116,7 @@ Every Python and Cython file should only include the following license header:
|
103 | 116 | ```
|
104 | 117 | # Data Parallel Control (dpctl)
|
105 | 118 | #
|
106 |
| -# Copyright 2020-2021 Intel Corporation |
| 119 | +# Copyright 2020-2022 Intel Corporation |
107 | 120 | #
|
108 | 121 | # Licensed under the Apache License, Version 2.0 (the "License");
|
109 | 122 | # you may not use this file except in compliance with the License.
|
|
0 commit comments