diff --git a/README.md b/README.md index b4811d7..8cbb329 100644 --- a/README.md +++ b/README.md @@ -6,7 +6,7 @@ We are trying to create a medium where people who want to start with contributing to open sources and open source contributors meet and discuss their thoughts and questions([Getting Started With Open Source](https://github.com/tapasweni-pathak/Getting-Started-With-Contributing-to-Open-Sources)). -[Website](http://opensourcehelpcommunity.herokuapp.com/) [WIP] +[Website](http://opensourcehelpcommunity.herokuapp.com/) ## Deployement details @@ -22,6 +22,8 @@ This is using [Django(1.11)](https://www.djangoproject.com/) and [Bootstrap](htt This is an Open Source project and we would be happy to see contributors who report bugs and file feature requests submitting pull requests as well. This project adheres to the Collaborative [code of conduct](https://github.com/OpenSourceHelpCommunity/OpenSourceHelpCommunity.github.io/blob/develop/CODE_OF_CONDUCT.md). By participating, you expect to maintain the code of conduct. Before creating `New issue` and `Pull request`, please refer to the [template](docs). +Please submit your pull request on develop branch, it will have the most recent changes. + All the development is done on `predev` branch and once we're ready for testing the deployment in real environment with databases we merge the `predev` branch with the `develop` branch. When we're ready for new release we merge `develop` with `master` to deploy it on our main website. **Please submit your pull request based on `predev` branch.** ## Installations diff --git a/oshc/main/templates/base.html b/oshc/main/templates/base.html index e9f4ddb..27a3407 100644 --- a/oshc/main/templates/base.html +++ b/oshc/main/templates/base.html @@ -35,13 +35,13 @@
  • Resources
  • Contests
  • Join Us!
  • - {% if user.is_authenticated %} + diff --git a/oshc/main/templates/index.html b/oshc/main/templates/index.html index 5c7d577..fb9def9 100644 --- a/oshc/main/templates/index.html +++ b/oshc/main/templates/index.html @@ -6,7 +6,7 @@
    Open Source Help Community Logo

    Open Source Help Community

    -

    A Virtual Platform To Help People To Start Contributing To Open Source Projects

    +

    A Online Platform To Help People To Start Contributing To Open Source Projects