Mirror of https://github.com/roostorg/coop github.com/roostorg/coop
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

at main 32 lines 1.3 kB view raw view rendered
1# Coop Documentation 2 3Welcome to the Coop documentation! This folder contains important information about contributing to and working with this project. 4 5## Getting Started 6 7New to the project? We recommend reading the documentation in this order: 8 91. **[Code of Conduct](https://github.com/roostorg/.github/blob/main/CODE_OF_CONDUCT.md)** - Understand our community standards 102. **[Contributing Guidelines](https://github.com/roostorg/.github/blob/main/CONTRIBUTING.md)** - Learn how to contribute 113. **[Concepts](CONCEPTS.md)** - Read up on the core concepts of Coop 124. **[Development Guide](DEVELOPMENT.md)** - Set up your development environment and get started using Coop 135. **[Coop UI](USER_GUIDE.md)** - Understand how to use and navigate the UI 14 15 16## Reporting a Bug or Issue 17 18Found a bug or have a feature request? We'd love to hear from you! When opening an issue, please use our templates: 19 20* [Bug Report](https://github.com/roostorg/coop/issues/new?template=bug_report.md) 21* [Feature Request](https://github.com/roostorg/coop/issues/new?template=feature_request.md) 22 23## Need Help? 24 25If you can't find what you're looking for in these documents, please: 26- Check the project's main README.md 27- Open an issue with your question 28- Reach out to the maintainers 29 30--- 31 32Thank you for your interest in contributing to our project!