Skip to content

Commit

Permalink
Add info to Contributions section
Browse files Browse the repository at this point in the history
  • Loading branch information
ZaneH committed Jul 17, 2022
1 parent 6a4dab5 commit 44ca9e2
Show file tree
Hide file tree
Showing 5 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -55,11 +55,11 @@ $ yarn tauri build

# Contributions

Contributions are more than welcome.
Contributions are more than welcome. Read the [Technical Breakdown here](https://github.com/ZaneH/piano-trainer/wiki/Technical-Breakdown) to learn about the codebase.

Create a PR pointing to the `dev` branch. Stable builds will be merged into `master`.

Code formatting is handled with Git Hooks.
Code formatting is automically handled with Git Hooks.

# Credit

Expand Down
1 change: 0 additions & 1 deletion src/components/Quiz/Questions/index.ts
Original file line number Diff line number Diff line change
@@ -1,2 +1 @@
export * from './Questions'
export * from './QuizOption'
2 changes: 1 addition & 1 deletion src/components/Quiz/Quiz.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -30,8 +30,8 @@ import {
getRandomQuizQuestion,
MajorMinorType,
QuestionTypeType,
QuizOption,
} from './Questions'
import { QuizOption } from './QuizOption'
import QuizHeader from './QuizHeader'

const QuizPage = styled.div`
Expand Down
File renamed without changes.
1 change: 1 addition & 0 deletions src/components/Quiz/index.ts
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
export { default as Quiz } from './Quiz'
export { default as QuizHeader } from './QuizHeader'
export * from './QuizOption'

0 comments on commit 44ca9e2

Please sign in to comment.