Skip to content

Commit fd942cd

Browse files
Merge pull request #905 from IntelPython/update-contributing
Updates to CONTRIBUTING.md
2 parents d4d25ce + 4e1808d commit fd942cd

File tree

1 file changed

+18
-5
lines changed

1 file changed

+18
-5
lines changed

CONTRIBUTING.md

Lines changed: 18 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,16 @@
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+
114
# Mechanical Source Issues
215

316
## Source Code Formatting
@@ -30,11 +43,11 @@ clang-format -style=file -i \
3043

3144
We use the following Python code style tools:
3245
- [black](https://black.readthedocs.io/en/stable/) code formatter.
33-
- Revision: `20.8b1`.
46+
- Revision: `22.3.0`.
3447
- [flake8](https://flake8.pycqa.org/en/latest/) linter.
35-
- Revision `3.9.1`.
48+
- Revision `4.0.1`.
3649
- [isort](https://pycqa.github.io/isort/) import sorter.
37-
- Revision `5.8.0`.
50+
- Revision `5.10.1`.
3851

3952
- Refer `pyproject.toml` and `.flake8` config files for current configurations.
4053

@@ -63,7 +76,7 @@ purpose of the file. The standard header looks like this:
6376
//
6477
// Data Parallel Control (dpctl)
6578
//
66-
// Copyright 2020-2021 Intel Corporation
79+
// Copyright 2020-2022 Intel Corporation
6780
//
6881
// Licensed under the Apache License, Version 2.0 (the "License");
6982
// 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:
103116
```
104117
# Data Parallel Control (dpctl)
105118
#
106-
# Copyright 2020-2021 Intel Corporation
119+
# Copyright 2020-2022 Intel Corporation
107120
#
108121
# Licensed under the Apache License, Version 2.0 (the "License");
109122
# you may not use this file except in compliance with the License.

0 commit comments

Comments
 (0)