-
-
Notifications
You must be signed in to change notification settings - Fork 1.3k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #5646 from emberjs/cleanup-contributors
[CHORE] update contribution guidelines
- Loading branch information
Showing
6 changed files
with
184 additions
and
190 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,38 @@ | ||
# Thank you for opening this issue! | ||
|
||
Hopefully, this issue template will help you provide us with enough information to assist in resolving the issue. | ||
|
||
If you haven't already browsed recent issues (or less recent issues if this is for a past release), please do | ||
so first to see if your issue already has a ticket created for it. It is usually best to first ask about the | ||
issue you are observing in the `#ember-data` channel on [Discord](https://discord.gg/zT3asNS), doing so may | ||
help you discover existing issues or provide a clearer reproduction. | ||
|
||
### Reproduction | ||
|
||
Please provide one of the following: | ||
|
||
- a PR linking to this issue with a failing test showing the issue | ||
- a [Twiddle](https://ember-twiddle.com/) with a simplified reproduction and instructions for how to | ||
observe the unexpected result. | ||
- a github repository with a simplified reproduction and instructions for how to observe the unexpected result | ||
|
||
### Description | ||
|
||
Describe the issue in a few sentences, include both the *expected* result and the observed *unexpected* result. | ||
If a previous version of `ember-data` worked as `expected`, which was the most recent version that worked? | ||
|
||
### Versions | ||
|
||
Run the following command and paste the output below: `npm ls ember-source && npm ls ember-cli && npm ls ember-data`. | ||
|
||
```cli | ||
[Replace this line with the output] | ||
``` | ||
|
||
*P.S. If any of the packages show more than one installed version, that may be the root cause of the issue!* | ||
|
||
-------------------------------------------------------------- | ||
|
||
Thanks again! | ||
|
||
The `ember-data` Team <3 |
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,3 @@ | ||
// ... please delete this default text after reading | ||
|
||
If this is your first PR to `ember-data`, you may want to read our [Contributor Guide](https://github.com/emberjs/data/blob/master/CONTRIBUTING.md). |
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 |
---|---|---|
|
@@ -6,6 +6,7 @@ | |
/bin | ||
/docs | ||
/.node_modules.ember-try | ||
/notes | ||
|
||
# Ignore all assets except /dist/docs folder | ||
/dist/assets/ | ||
|
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 |
---|---|---|
@@ -1,9 +1,7 @@ | ||
The Ember team and community are committed to everyone having a safe and inclusive experience. | ||
# Code Of Conduct | ||
|
||
**Our Community Guidelines / Code of Conduct can be found here**: | ||
The `ember-data` core team and and the broader `Ember` community are committed to everyone | ||
having a safe and inclusive experience. | ||
|
||
https://emberjs.com/guidelines/ | ||
|
||
For a history of updates, see the page history here: | ||
|
||
https://github.com/emberjs/website/commits/master/source/guidelines.html.erb | ||
- Our **Community Guidelines / Code of Conduct** can be found at [emberjs.com/guidelines](https://emberjs.com/guidelines/) | ||
- A history of updates to this page is located at [https://github.com/emberjs/website/commits/master/source/guidelines.html.erb](https://github.com/emberjs/website/commits/master/source/guidelines.html.erb) |
Oops, something went wrong.