Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions .github/ISSUE_TEMPLATE/config.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
blank_issues_enabled: false
contact_links:
- name: Questions and design discussion
url: https://discord.gg/kt4AMpV8WV
about: Ask Chronicle client questions and discuss API direction before opening a broad proposal
- name: Security report
url: https://github.com/Cratis/Chronicle.Python/security/advisories/new
about: Report suspected vulnerabilities privately
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ Chronicle kernel.

1. Read [CONTRIBUTING.md](CONTRIBUTING.md).
2. Follow the [client development guide](Documentation/client-development-guide.md).
3. Pick an open issue with a bounded acceptance checklist.
3. Start with [connection-string parsing](https://github.com/Cratis/Chronicle.Python/issues/2), the current good-first-issue contribution.
4. Submit a pull request from a fork or branch.

## Development setup
Expand Down
Loading