diff --git a/docs/Contribution.md b/docs/Contribution.md index aa775ec..ba53df4 100644 --- a/docs/Contribution.md +++ b/docs/Contribution.md @@ -4,7 +4,6 @@ * [Bug Reports](#user-content-bug-reports) * [Coding Style](#user-content-coding-style) * [Documentation](#user-content-documentation) -* [Testing](#user-content-testing) Open Source projects are maintained and backed by a **vibrant community** of developers and collaborators. @@ -12,7 +11,7 @@ You can and should actively participate in the development and the future of Coa ## Channels -There are two ways to communicate with the Coast's small community +There are two ways to communicate with Coast's small community 1. [Github Repos](https://github.com/coast-framework): Share bugs or create feature requests against the repos @@ -35,7 +34,3 @@ Unfortunately, clojure doesn’t have any official coding style yet so coast use When adding a new feature to the core of the framework, be sure to create or add to one of the markdown doc files in `docs/`. This will help everyone understand your feature and keep the documentation updated. - -## Testing - -Before providing a pull request be sure to test the feature you are adding or create a regression test to show how a piece of code fails under specific circumstance while providing a bug fix. diff --git a/docs/OlderVersions.md b/docs/OlderVersions.md index f91565e..4f2cefb 100644 --- a/docs/OlderVersions.md +++ b/docs/OlderVersions.md @@ -1,5 +1,6 @@ # Older Versions +- [eta](https://github.com/coast-framework/coast/tree/9694e6b1e0c3e490206930196d8c97f25c1aa7c0) - [zeta](https://github.com/coast-framework/coast/tree/f652b1002e8ec0a3a350c75afa389c39d0fa6f5d) - [epsilon](https://github.com/coast-framework/coast/tree/b742c50e841c96ff4a820808dc6013a26063fc07) - [delta](https://github.com/coast-framework/coast/tree/0e9913f1c609bfb8b391300810f742390e9b6028) diff --git a/docs/README.md b/docs/README.md index 8765859..d177622 100644 --- a/docs/README.md +++ b/docs/README.md @@ -38,8 +38,5 @@ * [Password Hashing](Password-Hashing.md) * [XSS, Sniffing, XFrame](Security-Outro.md) -### Testing -* [Getting Started](Testing-Getting-Started.md) - ### Miscellaneous * [Older Versions](OlderVersions.md)