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
- Host: GitHub
- URL: https://github.com/pedroiff0/guia-github
- Owner: pedroiff0
- License: mit
- Created: 2025-12-29T18:55:56.000Z (6 months ago)
- Default Branch: main
- Last Pushed: 2025-12-30T16:15:30.000Z (6 months ago)
- Last Synced: 2026-01-02T02:01:08.945Z (6 months ago)
- Topics: config, github, guide
- Language: Shell
- Homepage:
- Size: 44.9 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
- Codeowners: CODEOWNERS
- Security: SECURITY.md
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.
---