Skip to content

Commit bfb1495

Browse files
committed
yak shaving
1 parent 890e237 commit bfb1495

File tree

2 files changed

+8
-9
lines changed

2 files changed

+8
-9
lines changed

CONTRIBUTING.md

+5-5
Original file line numberDiff line numberDiff line change
@@ -36,11 +36,11 @@ Hi! I’m really excited that you are interested in contributing to Vue.js. Befo
3636
- When in doubt, read the source code.
3737
- Break long ternary conditionals like this:
3838

39-
``` js
40-
var a = superLongConditionalStatement
41-
? 'yep'
42-
: 'nope'
43-
```
39+
``` js
40+
var a = superLongConditionalStatement
41+
? 'yep'
42+
: 'nope'
43+
```
4444

4545
## Development Setup
4646

README.md

+3-4
Original file line numberDiff line numberDiff line change
@@ -44,16 +44,15 @@ Read the [contributing guide](https://github.com/yyx990803/vue/blob/master/CONTR
4444

4545
## Get in Touch
4646

47+
- For latest releases and announcements, follow on Twitter: [@vuejs](https://twitter.com/vuejs)
48+
- Bugs, suggestions & feature requests: [open an issue](https://github.com/yyx990803/vue/issues)
4749
- General, non source-code related questions: check the [FAQ](https://github.com/yyx990803/vue/wiki/FAQ) first, if it's not addressed in there, ask [here](https://github.com/vuejs/Discussion/issues).
4850
- If you have a Vue-related project/component/tool, add it to [this list](https://github.com/yyx990803/vue/wiki/User-Contributed-Components-&-Tools)!
49-
- Bugs, suggestions & feature requests: [open an issue](https://github.com/yyx990803/vue/issues)
50-
- Twitter: [@vuejs](https://twitter.com/vuejs)
51-
- [Google+ Community](https://plus.google.com/communities/112229843610661683911)
5251
- freenode IRC Channel: #vuejs
5352

5453
## Changelog
5554

56-
See details changes for each version in the [release notes](https://github.com/yyx990803/vue/releases).
55+
Details changes for each release are documented in the [release notes](https://github.com/yyx990803/vue/releases).
5756

5857
## License
5958

0 commit comments

Comments
 (0)