Skip to content

Commit

Permalink
Merge pull request #5646 from emberjs/cleanup-contributors
Browse files Browse the repository at this point in the history
[CHORE] update contribution guidelines
  • Loading branch information
runspired authored Oct 1, 2018
2 parents 924fd6d + 11ae9f3 commit dfc2fe6
Show file tree
Hide file tree
Showing 6 changed files with 184 additions and 190 deletions.
38 changes: 38 additions & 0 deletions .github/ISSUE_TEMPLATE/bug.md
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
3 changes: 3 additions & 0 deletions .github/PULL_REQUEST_TEMPLATE/first-time-contributor.md
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).
1 change: 1 addition & 0 deletions .npmignore
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@
/bin
/docs
/.node_modules.ember-try
/notes

# Ignore all assets except /dist/docs folder
/dist/assets/
Expand Down
12 changes: 5 additions & 7 deletions CODE_OF_CONDUCT.md
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)
Loading

0 comments on commit dfc2fe6

Please sign in to comment.