You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Feb 7, 2021. It is now read-only.
Copy file name to clipboardExpand all lines: CONTRIBUTING.md
+9-11Lines changed: 9 additions & 11 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -17,7 +17,7 @@ Help us keep Nest open and inclusive. Please read and follow our [Code of Conduc
17
17
18
18
## <aname="question"></a> Got a Question or Problem?
19
19
20
-
**Do not open issues for general support questions as we want to keep GitHub issues for bug reports and feature requests.** You've got much better chances of getting your question answered on [Stack Overflow](https://stackoverflow.com/questions/tagged/nestjs) where the questions should be tagged with tag `nestjs`.
20
+
**Do not open issues for general support questions as we want to keep GitHub issues for bug reports and feature requests.** You've got much better chances of getting your question answered on [Stack Overflow](https://stackoverflow.com/questions/tagged/-addons) where the questions should be tagged with tag `nestjs-addons`.
21
21
22
22
Stack Overflow is a much better place to ask questions since:
23
23
@@ -56,7 +56,7 @@ Before you submit an issue, please search the issue tracker, maybe an issue for
56
56
57
57
We want to fix all the issues as soon as possible, but before fixing a bug we need to reproduce and confirm it. In order to reproduce bugs we will systematically ask you to provide a minimal reproduction scenario using a repository or [Gist](https://gist.github.com/). Having a live, reproducible scenario gives us wealth of important information without going back & forth to you with additional questions like:
58
58
59
-
- version of NestJS used
59
+
- version of NestJS Addons - InMemory DB used
60
60
- 3rd-party libraries and their versions
61
61
- and most importantly - a use-case that fails
62
62
@@ -69,17 +69,17 @@ A minimal reproduce scenario using a repository or Gist allows us to quickly con
69
69
70
70
Unfortunately, we are not able to investigate / fix bugs without a minimal reproduction, so if we don't hear back from you we are going to close an issue that don't have enough info to be reproduced.
71
71
72
-
You can file new issues by filling out our [new issue form](https://github.com/nestjs/nest/issues/new).
72
+
You can file new issues by filling out our [new issue form](https://github.com/nestjs-addons/in-memory-db/issues/new).
73
73
74
74
### <aname="submit-pr"></a> Submitting a Pull Request (PR)
75
75
76
76
Before you submit your Pull Request (PR) consider the following guidelines:
77
77
78
-
1. Search [GitHub](https://github.com/nestjs/nest/pulls) for an open or closed PR
78
+
1. Search [GitHub](https://github.com/nestjs-addons/in-memory-db/pulls) for an open or closed PR
79
79
that relates to your submission. You don't want to duplicate effort.
0 commit comments