Skip to content

Commit 7f34af5

Browse files
docs: add mandaputtra as a contributor (#28)
* docs: update README.md [skip ci] * docs: create .all-contributorsrc [skip ci] Co-authored-by: allcontributors[bot] <46447321+allcontributors[bot]@users.noreply.github.com>
1 parent 7be25d8 commit 7f34af5

File tree

2 files changed

+47
-0
lines changed

2 files changed

+47
-0
lines changed

.all-contributorsrc

+25
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,25 @@
1+
{
2+
"files": [
3+
"README.md"
4+
],
5+
"imageSize": 100,
6+
"commit": false,
7+
"contributors": [
8+
{
9+
"login": "mandaputtra",
10+
"name": "Manda Putra",
11+
"avatar_url": "https://avatars1.githubusercontent.com/u/23342943?v=4",
12+
"profile": "http://mandaputtra.github.io",
13+
"contributions": [
14+
"code",
15+
"doc"
16+
]
17+
}
18+
],
19+
"contributorsPerLine": 7,
20+
"projectName": "docs-next",
21+
"projectOwner": "vuejs-id",
22+
"repoType": "github",
23+
"repoHost": "https://github.com",
24+
"skipCi": true
25+
}

README.md

+22
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,7 @@
11
# Translasi dokumentasi Vue 3
2+
<!-- ALL-CONTRIBUTORS-BADGE:START - Do not remove or modify this section -->
3+
[![All Contributors](https://img.shields.io/badge/all_contributors-1-orange.svg?style=flat-square)](#contributors-)
4+
<!-- ALL-CONTRIBUTORS-BADGE:END -->
25

36
Repositori berikut berisi translasi dokumentasi bahasa Indonesia Vue 3 (vue-next). Teman - teman dapat berkontibusi dalam repositori berikut. Rencana (Roadmap) translasi bisa dilihat dibawah halaman ini.
47

@@ -53,3 +56,22 @@ Silakan lihat di halaman [Kamus Perbendaharaan Istilah](https://github.com/vuejs
5356
Kita menggunakan bot [wei/pull](https://github.com/wei/pull) dengan konfigurasi bisa dibaca [disini](https://github.com/vuejs-id/docs-next/blob/indonesian/.github/pull.yml). Kita tetap menyimpan dan mensinkronasi repo _upstream_ pada _branch master_ yang pada nantinya bisa digunakan sebagai referensi jika bot _wei/pull_ mengalami _merge conflict_ pada saat PR ke _branch indonesian_.
5457

5558
Jikalau ada masukan soal cara sinkronasi ini, kita dengan senang hati akan mengubahnya apabila solusi tersebut lebih baik.
59+
60+
## Contributors ✨
61+
62+
Thanks goes to these wonderful people ([emoji key](https://allcontributors.org/docs/en/emoji-key)):
63+
64+
<!-- ALL-CONTRIBUTORS-LIST:START - Do not remove or modify this section -->
65+
<!-- prettier-ignore-start -->
66+
<!-- markdownlint-disable -->
67+
<table>
68+
<tr>
69+
<td align="center"><a href="http://mandaputtra.github.io"><img src="https://avatars1.githubusercontent.com/u/23342943?v=4" width="100px;" alt=""/><br /><sub><b>Manda Putra</b></sub></a><br /><a href="https://github.com/vuejs-id/docs-next/commits?author=mandaputtra" title="Code">💻</a> <a href="https://github.com/vuejs-id/docs-next/commits?author=mandaputtra" title="Documentation">📖</a></td>
70+
</tr>
71+
</table>
72+
73+
<!-- markdownlint-enable -->
74+
<!-- prettier-ignore-end -->
75+
<!-- ALL-CONTRIBUTORS-LIST:END -->
76+
77+
This project follows the [all-contributors](https://github.com/all-contributors/all-contributors) specification. Contributions of any kind welcome!

0 commit comments

Comments
 (0)