Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Move documentation to Gitbook #206

Merged
merged 7 commits into from
Apr 6, 2023
Merged
Show file tree
Hide file tree
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
2 changes: 2 additions & 0 deletions .editorconfig
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@
root = true

[*.md]
indent_style = space
indent_size = 4
charset = utf-8
end_of_line = lf

Expand Down
7 changes: 5 additions & 2 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,20 +6,23 @@ We accept contributions via Pull Requests on [Github](https://github.com/10up/wp

## Branches

* We try to follow [SemVer](http://semver.org/) in WP Mock
* WP_Mock adheres to [SemVer](http://semver.org/) (semantic versioning).
* The current "stable" release version lives on the **trunk** branch.
* If there is a current development release, it will live on a **{version}-dev** branch.

## Pull Requests

* New features must be submitted against the **trunk** branch
* New features must be submitted against the **trunk** branch.
* Bug fixes should be submitted against the branch in which the bug exists, which is likely **trunk**.
* If you're not sure whether a feature idea would be something we'd be interested in, please open an issue before you start working on it. We'd be happy to discuss your idea with you.
* Please update the **documentation** as appropriate to reflect any changes or features you have introduced in your pull request.
* Please implement appropriate **unit tests** for any code changes you are submitting in your pull request.

## Merging

* As of 2019, all merges to the **trunk** branch will be squash merges of features.
* If there are multiple features pending in a release, we will create a **{version}-dev** branch to track development against that version. Once the version is ready, that branch will be squash-merged into **trunk** as well.
* When a pull request is merged, the **Squash and Merge** option **must be used** when merging a pull request.

## Thanks

Expand Down
14 changes: 0 additions & 14 deletions CREDITS.md

This file was deleted.

Loading