Skip to content

Commit 38b50fc

Browse files
committed
Add basic contributing guidelines
A word-for-word of the README's "Communication" section, for now, but hopefully it'll steer more people looking for general help toward Stack Overflow. Signed-off-by: Stephen Celis <stephen@stephencelis.com>
1 parent 09466f3 commit 38b50fc

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

CONTRIBUTING.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
# Contributing
2+
3+
- Need **help** or have a **general question**? [Ask on Stack
4+
Overflow][] (tag `sqlite.swift`).
5+
- Found a **bug** or have a **feature request**? [Open an issue][].
6+
- Want to **contribute**? [Submit a pull request][].
7+
8+
[Ask on Stack Overflow]: http://stackoverflow.com/questions/tagged/sqlite.swift
9+
[Open an issue]: https://github.com/stephencelis/SQLite.swift/issues/new
10+
[Submit a pull request]: https://github.com/stephencelis/SQLite.swift/fork

0 commit comments

Comments
 (0)