Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 1 addition & 6 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ As stated in [Xarray Spatial code of conduct](https://github.com/xarray-contrib/

### Getting Started

Information about installation and setting up a development environment can be found at the [Getting Started page] https://xarray-spatial.readthedocs.io/getting_started/index.html.
Information about installation and setting up a development environment can be found at the [Getting Started page](https://xarray-spatial.readthedocs.io/en/stable/getting_started/index.html).

### Choosing something to work on

Expand Down Expand Up @@ -41,8 +41,3 @@ In order to avoid duplication of effort, it's always a good idea to comment on a
7. We don't accept code contributions without tests. If there are valid reasons for not including a test, please discuss this in the issue.

8. We will review your PR as time permits. Reviewers may comment on your contributions, ask you questions regarding the implementation or request changes. If changes are requested, push new commits to the existing branch. Do *NOT* rebase, amend, or cherry-pick published commits. Any of those actions will make us start the review from scratch. If you need updates from `master`, just merge it into your branch.


### Attribution

Portions of text derived from [Bokeh CONTRIBUTING file]: (https://github.com/bokeh/bokeh/blob/branch-2.4/.github/CONTRIBUTING.md)
Loading