mirror of
https://github.com/pd4d10/git-touch.git
synced 2026-04-29 19:13:36 -05:00
chore: add all-contributors config and README
This commit is contained in:
23
.all-contributorsrc
Normal file
23
.all-contributorsrc
Normal file
@@ -0,0 +1,23 @@
|
|||||||
|
{
|
||||||
|
"projectName": "git-touch",
|
||||||
|
"projectOwner": "pd4d10",
|
||||||
|
"repoType": "github",
|
||||||
|
"repoHost": "https://github.com",
|
||||||
|
"files": [
|
||||||
|
"README.md"
|
||||||
|
],
|
||||||
|
"imageSize": 100,
|
||||||
|
"commit": true,
|
||||||
|
"contributors": [
|
||||||
|
{
|
||||||
|
"login": "pd4d10",
|
||||||
|
"name": "Rongjian Zhang",
|
||||||
|
"avatar_url": "https://avatars0.githubusercontent.com/u/9524411?v=4",
|
||||||
|
"profile": "https://github.com/pd4d10",
|
||||||
|
"contributions": [
|
||||||
|
"code"
|
||||||
|
]
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"contributorsPerLine": 7
|
||||||
|
}
|
||||||
40
README.md
40
README.md
@@ -1,16 +1,36 @@
|
|||||||
# git_touch
|
# GitTouch
|
||||||
|
|
||||||
A new Flutter project.
|
Open source GitHub client built with Flutter
|
||||||
|
|
||||||
## Getting Started
|
## Contributing
|
||||||
|
|
||||||
This project is a starting point for a Flutter application.
|
### UI Design
|
||||||
|
|
||||||
A few resources to get you started if this is your first Flutter project:
|
GitTouch use Flutter's builtin material and cupertino widgets. If you have any thoughts about UI design, feel free to open an issue to discuss about it.
|
||||||
|
|
||||||
- [Lab: Write your first Flutter app](https://flutter.io/docs/get-started/codelab)
|
### Bug report
|
||||||
- [Cookbook: Useful Flutter samples](https://flutter.io/docs/cookbook)
|
|
||||||
|
|
||||||
For help getting started with Flutter, view our
|
Please follow the issue template to submit a bug report. Report with a screenshot would be great.
|
||||||
[online documentation](https://flutter.io/docs), which offers tutorials,
|
|
||||||
samples, guidance on mobile development, and a full API reference.
|
### Bug fixes or new feature
|
||||||
|
|
||||||
|
We use Flutter `dev` channel, run following command to switch to it:
|
||||||
|
|
||||||
|
```sh
|
||||||
|
flutter channel dev
|
||||||
|
```
|
||||||
|
|
||||||
|
## Contributors
|
||||||
|
|
||||||
|
Thanks goes to these wonderful people ([emoji key](https://allcontributors.org/docs/en/emoji-key)):
|
||||||
|
|
||||||
|
<!-- ALL-CONTRIBUTORS-LIST:START - Do not remove or modify this section -->
|
||||||
|
<!-- prettier-ignore -->
|
||||||
|
<table><tr><td align="center"><a href="https://github.com/pd4d10"><img src="https://avatars0.githubusercontent.com/u/9524411?v=4" width="100px;" alt="Rongjian Zhang"/><br /><sub><b>Rongjian Zhang</b></sub></a><br /><a href="https://github.com/pd4d10/git-touch/commits?author=pd4d10" title="Code">💻</a></td></tr></table>
|
||||||
|
<!-- ALL-CONTRIBUTORS-LIST:END -->
|
||||||
|
|
||||||
|
This project follows the [all-contributors](https://github.com/all-contributors/all-contributors) specification. Contributions of any kind welcome!
|
||||||
|
|
||||||
|
## License
|
||||||
|
|
||||||
|
MIT
|
||||||
|
|||||||
Reference in New Issue
Block a user