/thinkbig

An educational web application that facilitates peer collaboration and organization for long-distance learning. This application is being designed for an agency's training program.

GNU General Public License v3.0GPL-3.0

thinkBig

This codebase is being completely restructured. MVP goal date is September 15th, 2023. Stay tuned.

Support

Reach out to the maintainer at one of the following places:


Project assistance

If you want to say thank you or/and support active development of thinkBig:

  • Add a GitHub Star to the project.
  • Tweet about the thinkBig.
  • Write interesting articles about the project on Dev.to, Hashnode, Medium or your personal blog.

Together, we can make thinkBig better!


Contributing

First off, thanks for taking the time to contribute! Contributions are what make the open-source community such an amazing place to learn, inspire, and create. Any contributions you make will benefit everybody else and are greatly appreciated.

Please read our contribution guidelines, and thank you for being involved!


Commiting Code

This repo has a hook workflow to assist in the generation of Conventional Commits. When you wish to commit, please run the git commit command from the terminal and not the GUI. You will be prompted for information to build the commit. After you complete the prompts, the commit message will be opened in the designated editor in your git settings for you to preview before the code is committed.

If you don't want to constantly get stuck in vi hell, follow these instructions to change the default editor that git uses.


Branch naming & pull requests

This repo is set up to not allow any commits to be pushed directly to the main or develop branches.

Create a new branch using the format YourUserName/very-short-description. When you're ready to submit a pull request, you will want to merge it in to develop. Ideally, this pull request will correspond with one or more Issues.

We will submit pull requests from develop to main when we have enough meaningful changes committed.


Authors & contributors

The original setup of this repository is by 100Devs.

For a full list of all authors and contributors, see the contributors page.


Security

ThinkBig follows good practices of security, but 100% security cannot be assured.

ThinkBig is provided "as is" without any warranty. Use at your own risk.

For more information and to report security issues, please refer to our security documentation.


License

This project is licensed under the GNU General Public License v3.

See LICENSE for more information.