Skip to content

Commit 624a104

Browse files
committed
link to contributing file from readme
1 parent 979c654 commit 624a104

1 file changed

Lines changed: 5 additions & 1 deletion

File tree

README.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ A lesson teaching foundational image processing skills with Python and [scikit-i
77

88
## Lesson Content
99

10-
This lesson introduces fundamental concepts in image handling and processing. Learners will gain the skills needed to load images into Python, to select, summarise, and modify specific regions in these image, and to identify and extract objects within an image for further analysis.
10+
This lesson introduces fundamental concepts in image handling and processing. Learners will gain the skills needed to load images into Python, to select, summarise, and modify specific regions in these images, and to identify and extract objects within an image for further analysis.
1111

1212
The lesson assumes a working knowledge of Python and some previous exposure to the Bash shell.
1313
A detailed list of prerequisites can be found in [`learners/prereqs.md`](learners/prereqs.md).
@@ -16,6 +16,10 @@ A detailed list of prerequisites can be found in [`learners/prereqs.md`](learner
1616

1717
- Make a suggestion or correct an error by [raising an Issue](https://github.com/datacarpentry/image-processing/issues).
1818

19+
Please see the [CONTRIBUTING.md](CONTRIBUTING.md) for contributing guidelines and details on how to get involved with
20+
this project. Some specific guidelines for content / style are provided in the
21+
['What to Contribute (This Lesson)' section](CONTRIBUTING.md#what-to-contribute-this-lesson).
22+
1923
## Code of Conduct
2024

2125
All participants should agree to abide by the [The Carpentries Code of Conduct](https://docs.carpentries.org/topic_folders/policies/code-of-conduct.html).

0 commit comments

Comments
 (0)