Skip to content

Commit

Permalink
Merge pull request #7489 from satanTime/issues/gitter
Browse files Browse the repository at this point in the history
docs: promote GitHub discussions
  • Loading branch information
satanTime committed Nov 19, 2023
2 parents d62683e + d5a9243 commit 7e51395
Show file tree
Hide file tree
Showing 5 changed files with 14 additions and 7 deletions.
6 changes: 3 additions & 3 deletions .github/ISSUE_TEMPLATE/config.yml
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
blank_issues_enabled: true
contact_links:
- name: Chat on gitter
about: A good place for quick questions
url: https://gitter.im/ng-mocks/community
- name: Ask help on Stackoverflow
about: In case if you have a well defined question or clear expectations with prepared code examples
url: https://stackoverflow.com/questions/ask?tags=ng-mocks%20angular%20testing%20mocking
- name: Ask a question
about: In case if you DO NOT have a well defined question
url: https://github.com/help-me-mom/ng-mocks/discussions/new
- name: Chat on gitter
about: A good place for quick questions
url: https://gitter.im/ng-mocks/community
5 changes: 3 additions & 2 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,9 @@

The best way would be to discuss an issue or an improvement first:

- [ask a question on gitter](https://gitter.im/ng-mocks/community)
- [report it as an issue on github](https://github.com/help-me-mom/ng-mocks/issues)
- [start a discussion on GitHub](https://github.com/help-me-mom/ng-mocks/discussions/new/choose)
- [report an issue on GitHub](https://github.com/help-me-mom/ng-mocks/issues)
- [chat on gitter](https://gitter.im/ng-mocks/community)

* [update docs](#update-docs)
* [Requirements on Mac](#requiements-on-mac)
Expand Down
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -39,9 +39,10 @@ The current version of the library **has been tested** and **can be used** with:
* Live [example on CodeSandbox](https://codesandbox.io/p/sandbox/github/help-me-mom/ng-mocks-sandbox/tree/master/?file=/src/test.spec.ts)
* Live [example on StackBlitz](https://stackblitz.com/github/help-me-mom/ng-mocks-sandbox?file=src/test.spec.ts)

- [chat on gitter](https://gitter.im/ng-mocks/community)
- [start a discussion on GitHub](https://github.com/help-me-mom/ng-mocks/discussions/new/choose)
- **[ask a question on Stackoverflow](https://stackoverflow.com/questions/ask?tags=ng-mocks%20angular%20testing%20mocking)**
- [report an issue on GitHub](https://github.com/help-me-mom/ng-mocks/issues)
- [chat on gitter](https://gitter.im/ng-mocks/community)

## Very short introduction

Expand Down
3 changes: 2 additions & 1 deletion docs/articles/need-help.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ sidebar_label: Need help?

We are open to contributions.

- [chat on gitter](https://gitter.im/ng-mocks/community)
- [start a discussion on GitHub](https://github.com/help-me-mom/ng-mocks/discussions/new/choose)
- [ask a question on Stackoverflow](https://stackoverflow.com/questions/ask?tags=ng-mocks%20angular%20testing%20mocking)
- [report an issue on GitHub](https://github.com/help-me-mom/ng-mocks/issues)
- [chat on gitter](https://gitter.im/ng-mocks/community)
4 changes: 4 additions & 0 deletions docs/docusaurus.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -99,6 +99,10 @@ module.exports = {
{
title: 'Community',
items: [
{
label: 'Start a discussion on GitHub',
href: 'https://github.com/help-me-mom/ng-mocks/discussions/new/choose',
},
{
label: 'Chat on gitter',
href: 'https://gitter.im/ng-mocks/community',
Expand Down

0 comments on commit 7e51395

Please sign in to comment.