Skip to content

Commit de3de6e

Browse files
authored
Add links to slack + book when creating an issue. Add link to Slack at the top of the main README. (#482)
1 parent 10eff3b commit de3de6e

File tree

2 files changed

+9
-0
lines changed

2 files changed

+9
-0
lines changed

.github/ISSUE_TEMPLATE/config.yml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
blank_issues_enabled: true
2+
contact_links:
3+
- name: Slack
4+
url: https://innersourcecommons-inviter.herokuapp.com
5+
about: Join our Community on Slack for help and a casual chat.
6+
- name: Patterns Book
7+
url: https://patterns.innersourcecommons.org
8+
about: Read our most mature patterns here.

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
[![Check Links](https://github.com/InnerSourceCommons/InnerSourcePatterns/actions/workflows/link-checker.yml/badge.svg)](https://github.com/InnerSourceCommons/InnerSourcePatterns/actions/workflows/link-checker.yml)
22
[![Pattern Syntax Validation](https://github.com/InnerSourceCommons/InnerSourcePatterns/actions/workflows/lint-patterns.yml/badge.svg)](https://github.com/InnerSourceCommons/InnerSourcePatterns/actions/workflows/lint-patterns.yml)
3+
[![Join our Slack!](https://img.shields.io/static/v1?message=join%20chat&color=9cf&logo=slack&label=slack)](https://innersourcecommons-inviter.herokuapp.com)
34

45
# InnerSource Patterns
56

0 commit comments

Comments
 (0)