Skip to content

Commit 80d487a

Browse files
Initial Commit
0 parents  commit 80d487a

File tree

145 files changed

+5524
-0
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

145 files changed

+5524
-0
lines changed

.github/ISSUE_TEMPLATE/bug_report.md

+38
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,38 @@
1+
---
2+
name: Bug report
3+
about: Create a report to help us improve
4+
title: Bug report
5+
labels: bug
6+
assignees: AssassinAguilar
7+
8+
---
9+
10+
**Describe the bug**
11+
A clear and concise description of what the bug is.
12+
13+
**To Reproduce**
14+
Steps to reproduce the behavior:
15+
1. Go to '...'
16+
2. Click on '....'
17+
3. Scroll down to '....'
18+
4. See error
19+
20+
**Expected behavior**
21+
A clear and concise description of what you expected to happen.
22+
23+
**Screenshots**
24+
If applicable, add screenshots to help explain your problem.
25+
26+
**Desktop (please complete the following information):**
27+
- OS: [e.g. iOS]
28+
- Browser [e.g. chrome, safari]
29+
- Version [e.g. 22]
30+
31+
**Smartphone (please complete the following information):**
32+
- Device: [e.g. iPhone6]
33+
- OS: [e.g. iOS8.1]
34+
- Browser [e.g. stock browser, safari]
35+
- Version [e.g. 22]
36+
37+
**Additional context**
38+
Add any other context about the problem here.
+20
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
1+
---
2+
name: Feature request
3+
about: Suggest an idea for this project
4+
title: Feature request
5+
labels: feature_request
6+
assignees: AssassinAguilar
7+
8+
---
9+
10+
**Is your feature request related to a problem? Please describe.**
11+
A clear and concise description of what the problem is. Ex. I'm always frustrated when [...]
12+
13+
**Describe the solution you'd like**
14+
A clear and concise description of what you want to happen.
15+
16+
**Describe alternatives you've considered**
17+
A clear and concise description of any alternative solutions or features you've considered.
18+
19+
**Additional context**
20+
Add any other context or screenshots about the feature request here.

.gitignore

+46
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,46 @@
1+
# Miscellaneous
2+
*.class
3+
*.log
4+
*.pyc
5+
*.swp
6+
.DS_Store
7+
.atom/
8+
.buildlog/
9+
.history
10+
.svn/
11+
12+
# IntelliJ related
13+
*.iml
14+
*.ipr
15+
*.iws
16+
.idea/
17+
18+
# The .vscode folder contains launch configuration and tasks you configure in
19+
# VS Code which you may wish to be included in version control, so this line
20+
# is commented out by default.
21+
#.vscode/
22+
23+
# Flutter/Dart/Pub related
24+
**/doc/api/
25+
**/ios/Flutter/.last_build_id
26+
.dart_tool/
27+
.flutter-plugins
28+
.flutter-plugins-dependencies
29+
.packages
30+
.pub-cache/
31+
.pub/
32+
/build/
33+
34+
# Web related
35+
lib/generated_plugin_registrant.dart
36+
37+
# Symbolication related
38+
app.*.symbols
39+
40+
# Obfuscation related
41+
app.*.map.json
42+
43+
# Android Studio will place build artifacts here
44+
/android/app/debug
45+
/android/app/profile
46+
/android/app/release

.metadata

+10
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
# This file tracks properties of this Flutter project.
2+
# Used by Flutter tool to assess capabilities and perform upgrades etc.
3+
#
4+
# This file should be version controlled and should not be manually edited.
5+
6+
version:
7+
revision: 77d935af4db863f6abd0b9c31c7e6df2a13de57b
8+
channel: stable
9+
10+
project_type: app

CONTRIBUTING.md

+57
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,57 @@
1+
# Contributing to this repository
2+
3+
## Getting started
4+
5+
Before you begin:
6+
- This project is powered by Flutter. Make sure you have the latest version of Flutter.
7+
- Make sure to check if an [issue exists](https://github.com/AssassinAguilar/WavyBeats/issues) already & see if the issue is assigned to anyone or not.
8+
- If no one is assigned you can start working on the issue.
9+
- Make sure to leave a comment stating that you are working on the issue.
10+
11+
### Issue already assigned to someone? Ask before starting
12+
13+
If the issue is already assigned to someone, leave a comment asking how you can contribute. Please do not start working on your own without confirmation.
14+
15+
### Don't see your issue? Open one
16+
17+
If you spot something new, open an issue using a [template](https://github.com/AssassinAguilar/WavyBeats/issues/new/choose). We'll use the issue to have a conversation about the problem you want to fix.
18+
19+
### Ready to make a change? Fork the repo
20+
21+
Fork using GitHub Desktop:
22+
23+
- [Getting started with GitHub Desktop](https://docs.github.com/en/desktop/installing-and-configuring-github-desktop/getting-started-with-github-desktop) will guide you through setting up Desktop.
24+
- Once Desktop is set up, you can use it to [fork the repo](https://docs.github.com/en/desktop/contributing-and-collaborating-using-github-desktop/cloning-and-forking-repositories-from-github-desktop)!
25+
26+
Fork using the command line:
27+
28+
- [Fork the repo](https://docs.github.com/en/github/getting-started-with-github/fork-a-repo#fork-an-example-repository) so that you can make your changes without affecting the original project until you're ready to merge them.
29+
30+
Fork with [GitHub Codespaces](https://github.com/features/codespaces):
31+
32+
- [Fork, edit, and preview](https://docs.github.com/en/free-pro-team@latest/github/developing-online-with-codespaces/creating-a-codespace) using [GitHub Codespaces](https://github.com/features/codespaces) without having to install and run the project locally.
33+
34+
### Make your update:
35+
Make your changes to the file(s) you'd like to update.
36+
37+
### Open a pull request
38+
When you're done making changes and you'd like to propose them for review, open your PR (pull request). You can use the GitHub user interface for some small changes, like fixing a typo or updating a readme. You can also fork the repo and then clone it locally, to view changes and run your tests on your machine.
39+
40+
### Submit your PR & get it reviewed
41+
- Once you submit your PR, others from the Docs community will review it with you. The first thing you're going to want to do is a [self review](#self-review).
42+
- After that, we may have questions, check back on your PR to keep up with the conversation.
43+
- We may ask for changes to be made before a PR can be merged. You can make any other changes in your fork, then commit them to your branch.
44+
45+
### Your PR is merged!
46+
Congratulations! The whole community thanks you. :sparkles:
47+
48+
Once your PR is merged, you will be proudly listed as a contributor in the [contributor chart](https://github.com/AssassinAguilar/WavyBeats/graphs/contributors).
49+
50+
### Self review
51+
You should always review your own PR first.
52+
53+
For content changes, make sure that you:
54+
- [ ] Confirm the changes doesn't break anything else.
55+
- [ ] Compare your pull request's source changes to staging to confirm that the output matches the source and that everything is rendering as expected. This helps spot issues like typos, content that doesn't follow the style guide, or content that isn't rendering due to versioning problems.
56+
- [ ] Review the content for technical accuracy.
57+
- [ ] Copy-edit the changes for grammar or spelling mistakes.

0 commit comments

Comments
 (0)