An open API service indexing awesome lists of open source software.

https://github.com/pedroiff0/guia-github

Github easy guide
https://github.com/pedroiff0/guia-github

config github guide

Last synced: 6 months ago
JSON representation

Github easy guide

Awesome Lists containing this project

README

          

# guia-github

## Purpose
Collect best practices, templates and practical examples for professional GitHub usage (Actions, Projects, Issues, Branching), focused on Python projects.

## License
MIT — see `LICENSE`.

## Contents
- **Docs**
- `docs/commits.md` — Commit message guide
- `docs/processes.md` — Issue / PR / Merge process

- **Examples**
- `examples/commit-templates.md` — Commit message templates
- `examples/manual_dispatch.md` — How to run manual workflows

## How to use
- Read the files in `docs/` to learn policies and conventions.
- Use the `examples/` folder to test workflows and templates directly on GitHub.

## Contributing
See `CONTRIBUTING.md` for contribution instructions and `CODE_OF_CONDUCT.md` for expected behavior.

---