Commit a45187b2 authored by Pierre Smeyers's avatar Pierre Smeyers
Browse files

Merge branch 'add-advertisement' into 'master'

docs: Keep a community related page on docs

See merge request to-be-continuous/doc!90
parents 064b05df 77afae15
Loading
Loading
Loading
Loading
Loading

docs/community.md

0 → 100644
+41 −0
Original line number Diff line number Diff line
# Community

Need help? Any enhancement or bug to suggest? Want to contribute?<br/>
[Join the community](https://discord.gg/SetvpZ9XZ6)!

## Check out our code

You can [see code on GitLab](https://gitlab.com/to-be-continuous).

## Any question?

* [ask on Stack Overflow](https://stackoverflow.com/questions/tagged/to-be-continuous)
* [ask on Discord](https://discord.com/channels/917018885088215060/1099343975695011991)

## Want to contribute?

We try to make it easy, and all contributions, even the smallest ones, are more than welcome.
This includes bug reports, fixes, documentation, examples...

First, read our [contribution guide](dev/workflow.md).
Then, remember to announce your intention on [the dedicated channel](https://discord.com/channels/917018885088215060/1099353913418850374).

## Share!

Remember _to be continuous_ is a totally free and open-source project. 
If you like it, please say it!

* add a star ⭐ to every template project you're using (on [gitlab.com](https://gitlab.com/to-be-continuous)) -- that will promote the project in the CI/CD catalog
* please share your feedback in the ⁠[⁠⭐-i-use-tbc](https://discord.com/channels/917018885088215060/1203686227761565728) channel


Consider this as our rewarding.
Thanks in advance 🙏 

!!! TIP "To star all TBC templates all at once"

    ```BASH
    curl -sSf "https://gitlab.com/api/v4/groups/to-be-continuous/projects?per_page=100" | jq -r '.[].id' | while read pid; do curl -X POST -H "PRIVATE-TOKEN: $GITLAB_TOKEN" "https://gitlab.com/api/v4/projects/$pid/star"; done
    ```

    :bulb: requires `curl` & `jq`
 No newline at end of file
+2 −0
Original line number Diff line number Diff line
@@ -75,3 +75,5 @@ nav:
    # INSERT_TRIVY_HERE
  - Extras:
    - Frequently Asked Questions: faq.md
  - Community:
    - Join: community.md