Skip to content

Commit 47dd7bd

Browse files
authored
Replace contributors to own file
1 parent 99bdcd8 commit 47dd7bd

File tree

1 file changed

+3
-19
lines changed

1 file changed

+3
-19
lines changed

README.md

Lines changed: 3 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Front End Interview Questions and Answers :dolphin:
2-
[![contributions welcome](https://img.shields.io/badge/contributions-welcome-brightgreen.svg?style=flat)](#contributing)
3-
[![GitHub contributors](https://img.shields.io/github/contributors/wwwebman/front-end-interview-questions.svg)](#contributing)
2+
[![contributions welcome](https://img.shields.io/badge/contributions-welcome-brightgreen.svg?style=flat)](https://github.com/wwwebman/front-end-interview-questions/blob/master/CONTRIBUTING.md)
3+
[![GitHub contributors](https://img.shields.io/github/contributors/wwwebman/front-end-interview-questions.svg)](https://github.com/wwwebman/front-end-interview-questions/blob/master/CONTRIBUTING.md)
44
[![license](https://img.shields.io/github/license/mashape/apistatus.svg)]()
55
[![Gitter](https://img.shields.io/gitter/room/tj/git-extras.svg)](https://gitter.im/front-end-interview-questions-answers/Lobby)
66

@@ -25,8 +25,7 @@ I hope my experience and the experiences of other developers will help you get b
2525
1. [GIT Questions](#git)
2626
1. [Testing Questions](#testing-questions)
2727
1. [Funny Questions](#funny-questions)
28-
1. [Contributing](#contributing)
29-
* [Answers classification](#answers-classification)
28+
1. [Contributing](https://github.com/wwwebman/front-end-interview-questions/blob/master/CONTRIBUTING.md)
3029

3130
## Common interview questions
3231
1. What was the most interesting solution you implemented during your last project?
@@ -187,18 +186,3 @@ var b = function(obj, val) {
187186
## Funny Questions
188187
1. Do you like parties?
189188
2. Do you know that we have a dress code?
190-
191-
### Contributing
192-
Contributions, questions and comments, pull requests are all welcome.
193-
**Note**: if you want to change the structure, please open an issue and we will discuss it, but if you have interesting questions or answers, please make pull request.
194-
195-
Thanks to all these cool people :hand::
196-
[Ken Hawkins](https://github.com/khawkins98)
197-
198-
#### Answers classification
199-
**@answer-[tag]--[source tag]** - General Theoretical Answer.
200-
**@doc-[tag]--[source tag]** - Documentation
201-
**@library-[tag]--[source tag]** - More Complex Answer
202-
**@code-[tag]** - Code Example from jsfiddle || codepen || jsbin
203-
**@practice-[tag]--[source tag]** - Good Practices
204-
**@video-[tag]--[source tag]** - Video Materials

0 commit comments

Comments
 (0)