Skip to content

Commit f1619e5

Browse files
authored
Merge pull request #7 from MostafaGazar/develop
v1.0.0
2 parents d9feeed + 3135bf1 commit f1619e5

File tree

301 files changed

+8054
-6119
lines changed

Some content is hidden

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

301 files changed

+8054
-6119
lines changed

.gitignore

Lines changed: 6 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,15 @@
11
*.iml
22
.gradle
33
/local.properties
4-
/.idea/caches/build_file_checksums.ser
5-
/.idea/libraries
6-
/.idea/modules.xml
7-
/.idea/workspace.xml
4+
.idea
85
.DS_Store
9-
/build
6+
build
107
/captures
118
.externalNativeBuild
129

10+
# Release
1311
app/release/
14-
app/google-services.json
1512
fastlane/report.xml
16-
.google/key.json
13+
.google/key.json
14+
release.properties
15+
release.keystore

.idea/assetWizardSettings.xml

Lines changed: 0 additions & 32 deletions
This file was deleted.

.idea/encodings.xml

Lines changed: 0 additions & 4 deletions
This file was deleted.

.idea/gradle.xml

Lines changed: 0 additions & 18 deletions
This file was deleted.

.idea/kotlinc.xml

Lines changed: 0 additions & 6 deletions
This file was deleted.

.idea/misc.xml

Lines changed: 0 additions & 38 deletions
This file was deleted.

.idea/navEditor.xml

Lines changed: 0 additions & 85 deletions
This file was deleted.

.idea/resourceBundles.xml

Lines changed: 0 additions & 12 deletions
This file was deleted.

.idea/runConfigurations.xml

Lines changed: 0 additions & 12 deletions
This file was deleted.

.idea/vcs.xml

Lines changed: 0 additions & 6 deletions
This file was deleted.

CODEOWNERS

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
* @MostafaGazar

CONTRIBUTING.md

Lines changed: 53 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,53 @@
1+
How to Contribute
2+
-----------------
3+
We'd love to accept your patches and contributions to this project. There are just a few small guidelines you need to follow.
4+
5+
Getting Started
6+
---------------
7+
We use [gitflow](https://www.atlassian.com/git/tutorials/comparing-workflows/gitflow-workflow) so instead of a single `master` branch, we use two branches to record the history of the project. The `master` branch stores the official release history, and the `develop` branch serves as an integration branch for features. It's also convenient to tag all commits in the master branch with a version number.
8+
9+
Workflow
10+
--------
11+
If you would like to contribute to this project, please:
12+
- Pick an [issue](https://github.com/SoftwareEngineeringDaily/software-engineering-daily-android/issues) to work on or create a [proposal](https://github.com/SoftwareEngineeringDaily/software-engineering-daily-android#feature-proposals) for a new feature.
13+
- Fork this project.
14+
- Create your feature branch based off the `develop` branch.
15+
- Create a pull request to get your worked reviewed and merged back into the upstream `develop` branch.
16+
17+
Please include screenshots of your app changes and write down the test scenarios you followed to verify that your code works.
18+
19+
Feature proposals
20+
-----------------
21+
Please create an issue, label it as a `feature proposal` and follow the following template:
22+
```markdown
23+
# Proposal: [your title here]
24+
25+
## Summary
26+
{Also include any designs or wireframes here}
27+
28+
## Rationale
29+
{First reason for why we should consider this proposal}
30+
{Second reason for why we should consider this proposal}
31+
{etc}
32+
33+
## Scope
34+
35+
## Important Notes
36+
37+
## Open Questions
38+
```
39+
40+
How to get unstuck
41+
------------------
42+
We have an active Slack community that you can reach out to for more information or just to chat with anyone. Check out the [<img src="https://upload.wikimedia.org/wikipedia/commons/7/76/Slack_Icon.png" alt="Slack Channel" width="15px"/> SED Android app development](https://softwaredaily.slack.com/app_redirect?channel=sed_app_android) slack channel.
43+
44+
Also checkout the [Open Source Guide](https://softwareengineeringdaily.github.io/).
45+
46+
Code reviews
47+
------------
48+
All submissions, including submissions by project members, require review. We use GitHub pull requests for this purpose. Consult [GitHub Help](https://help.github.com/articles/about-pull-requests/) for more information on using pull requests.
49+
50+
Community Guidelines
51+
--------------------
52+
- Be considerate, kind, constructive, and helpful.
53+
- Do not engage in demeaning, discriminatory, harassing, or hateful speech, and imagery.

0 commit comments

Comments
 (0)