- Create an new ticket here
Title: Add details
Body (Optional): More details about you
- Fork this repository
- Clone (or download) the fork repository on your machine
- Create a new branch
git checkout -b <ticket-number>/your-name
- Locate and open the file
assets/data/devs.json
- Add your details
[
{
"name": "Joshua",
"roles": ["Software Engineer", "Flutter and Dart GDE"],
"about": "Lorem ipsum"
},
...
// Add here
]
- Commit changes
Add your name
git commit -m "Add <your-name> details"
- Push the changes
git push origin -u <ticket-number>/your-name
-
On Github, open the fork repository
-
Locate the branch
-
Create a pull request
-
Submit pull request for review
- Comment on the ticket you would like to work on
- Outline your proposed solution
- Get feedback from maintainers
- Work on the feature
- Create a pull request
- Submit pull request for review
- Comment on the ticket you would like to work on
- Outline your proposed solution
- Get feedback from maintainers
- Work on the bug fix
- Create a pull request
- Submit pull request for review
TODO
For questions or suggestions, either create a ticket or send us an email at [email protected].
More on Contributing.
Format files
flutter format --set-exit-if-changed .
Analyze files
flutter analyze .
Thanks goes to these wonderful people (emoji key):
Joshua de Guzman 💻 🖋 🔣 🧑🏫 🐛 |
digitaljoni 🖋 🧑🏫 |
Vince Ramces Oliveros 💻 🖋 🐛 |
Medwin Correo 🖋 |
Karlo Barcelona 🖋 |
Barrientos Mark Zamie 🖋 |
Haji Fernandez 🖋 |
This project follows the all-contributors specification. Contributions of any kind welcome!