Skip to content

Commit

Permalink
Update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
swlkr committed Mar 13, 2019
1 parent 4cd4877 commit 6e896aa
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 9 deletions.
7 changes: 1 addition & 6 deletions docs/Contribution.md
Expand Up @@ -4,15 +4,14 @@
* [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.

You can and should actively participate in the development and the future of Coast either by contributing to the source code, improving documentation, reporting potential bugs and/or testing new features.

## 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

Expand All @@ -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.
1 change: 1 addition & 0 deletions 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)
Expand Down
3 changes: 0 additions & 3 deletions docs/README.md
Expand Up @@ -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)

0 comments on commit 6e896aa

Please sign in to comment.