forked from vexx32/PSKoans
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
📝 Add config.yml to link to Discussions
- Loading branch information
Showing
1 changed file
with
11 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,11 @@ | ||
blank_issues_enabled: false | ||
contact_links: | ||
- name: ❓ Ask a Question | ||
url: https://github.com/vexx32/PSKoans/discussions?discussions_q=category%3AQ%26A | ||
about: Ask a general question or look for help with specific koans you're having difficulty with. | ||
- name: 💬 Discuss Koans | ||
url: https://github.com/vexx32/PSKoans/discussions?discussions_q=category%3AGeneral | ||
about: Talk about koans that need some work or new ones you'd like to see, discuss how they could work and what needs to be covered. | ||
- name: 💬 Discuss Module Features | ||
url: https://github.com/vexx32/PSKoans/discussions?discussions_q=category%3AIdeas | ||
about: Discuss features / enhancements you'd like to see in the module. |