Skip to content

Commit 32956c4

Browse files
Add contributing guidelines. (#68)
* Add contributing guidelines. * Update README.md Co-authored-by: Carlo Federico Vescovo <[email protected]> Co-authored-by: Carlo Federico Vescovo <[email protected]>
1 parent a570279 commit 32956c4

File tree

1 file changed

+6
-4
lines changed

1 file changed

+6
-4
lines changed

README.md

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,3 @@
1-
**This project is looking for maintainer(s): [#36](https://github.com/programble/scraper/issues/36)**
2-
3-
---
4-
51
# scraper
62

73
[![Join the chat at https://gitter.im/scraper-rs/community](https://badges.gitter.im/scraper-rs/community.svg)](https://gitter.im/scraper-rs/community?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge)
@@ -131,4 +127,10 @@ let text = h1.text().collect::<Vec<_>>();
131127
assert_eq!(vec!["Hello, ", "world!"], text);
132128
```
133129

130+
# Contributing
131+
132+
Please feel free to open pull requests. If you're planning on implementing
133+
something big (i.e. not fixing a typo, a small bug fix, minor refactor, etc)
134+
then please open an issue first.
135+
134136
License: ISC

0 commit comments

Comments
 (0)