Skip to content

Commit 40422fa

Browse files
committed
other things
1 parent b719fe1 commit 40422fa

2 files changed

Lines changed: 41 additions & 41 deletions

File tree

CODE_OF_CONDUCT.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -125,4 +125,4 @@ enforcement ladder](https://github.com/mozilla/diversity).
125125

126126
For answers to common questions about this code of conduct, see the FAQ at
127127
https://www.contributor-covenant.org/faq. Translations are available at
128-
https://www.contributor-covenant.org/translations.
128+
https://www.contributor-covenant.org/translations.

CONTRIBUTING.md

Lines changed: 40 additions & 40 deletions
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ To get started with contributing, follow these steps:
3535
### Steps
3636

3737
1. **Fork the Repository**:
38-
- Click the "Fork" button on the top right of the repository page to create your own copy.
38+
- Click the "Fork" button on the top right of the repository page to create your own copy.
3939

4040
2. **Clone the Repository**:
4141
```bash
@@ -44,15 +44,15 @@ To get started with contributing, follow these steps:
4444
```
4545

4646
3. **Open the Project in Android Studio**:
47-
- Open Android Studio and select "Open an Existing Project."
48-
- Navigate to the cloned repository and open it.
47+
- Open Android Studio and select "Open an Existing Project."
48+
- Navigate to the cloned repository and open it.
4949

5050
4. **Install Dependencies**:
51-
- Sync the project with Gradle to download all dependencies.
51+
- Sync the project with Gradle to download all dependencies.
5252

5353
5. **Run the App**:
54-
- Connect an Android device or start an emulator.
55-
- Click the "Run" button in Android Studio to build and run the app.
54+
- Connect an Android device or start an emulator.
55+
- Click the "Run" button in Android Studio to build and run the app.
5656

5757
---
5858

@@ -66,9 +66,9 @@ If you find a bug, please open an issue and include the following information:
6666
- **Actual Behavior**: What actually happened.
6767
- **Screenshots**: If applicable, add screenshots to help explain the issue.
6868
- **Device Information**:
69-
- Device model
70-
- Android version
71-
- App version
69+
- Device model
70+
- Android version
71+
- App version
7272

7373
**Example**:
7474

@@ -120,34 +120,34 @@ If you have an idea for a new feature or improvement, please open an issue and i
120120
If you'd like to contribute code, follow these steps:
121121

122122
### 1. Create a Branch
123-
- Create a new branch for your feature or bug fix:
124-
```bash
125-
git checkout -b feature/your-feature-name
126-
```
123+
- Create a new branch for your feature or bug fix:
124+
```bash
125+
git checkout -b feature/your-feature-name
126+
```
127127

128128
### 2. Make Your Changes
129-
- Write your code and ensure it follows the project's coding standards (see below).
129+
- Write your code and ensure it follows the project's coding standards (see below).
130130

131131
### 3. Test Your Changes
132-
- Run the app and ensure your changes work as expected.
133-
- Write unit tests if applicable.
132+
- Run the app and ensure your changes work as expected.
133+
- Write unit tests if applicable.
134134

135135
### 4. Commit Your Changes
136-
- Write clear and concise commit messages:
137-
```bash
138-
git commit -m "Add dark mode feature"
139-
```
136+
- Write clear and concise commit messages:
137+
```bash
138+
git commit -m "Add dark mode feature"
139+
```
140140

141141
### 5. Push Your Changes
142-
- Push your branch to your forked repository:
143-
```bash
144-
git push origin feature/your-feature-name
145-
```
142+
- Push your branch to your forked repository:
143+
```bash
144+
git push origin feature/your-feature-name
145+
```
146146

147147
### 6. Open a Pull Request
148-
- Go to the original repository and click "New Pull Request."
149-
- Provide a clear title and description for your pull request.
150-
- Reference any related issues (e.g., "Fixes #123").
148+
- Go to the original repository and click "New Pull Request."
149+
- Provide a clear title and description for your pull request.
150+
- Reference any related issues (e.g., "Fixes #123").
151151

152152
---
153153

@@ -156,15 +156,15 @@ If you'd like to contribute code, follow these steps:
156156
To maintain consistency, please follow these coding standards:
157157

158158
- **Java**:
159-
- Use 4 spaces for indentation.
160-
- Follow the [Google Java Style Guide](https://google.github.io/styleguide/javaguide.html).
159+
- Use 4 spaces for indentation.
160+
- Follow the [Google Java Style Guide](https://google.github.io/styleguide/javaguide.html).
161161
- **XML**:
162-
- Use 2 spaces for indentation.
163-
- Use descriptive IDs and names for resources.
162+
- Use 2 spaces for indentation.
163+
- Use descriptive IDs and names for resources.
164164
- **Commit Messages**:
165-
- Use the present tense (e.g., "Add feature" instead of "Added feature").
166-
- Keep the first line under 50 characters.
167-
- Provide a detailed description if necessary.
165+
- Use the present tense (e.g., "Add feature" instead of "Added feature").
166+
- Keep the first line under 50 characters.
167+
- Provide a detailed description if necessary.
168168

169169
---
170170

@@ -181,20 +181,20 @@ Before submitting your changes, ensure the app works as expected:
181181
## Code Review Process
182182

183183
1. **Pull Request Submission**:
184-
- Open a pull request with a clear description of your changes.
185-
- Ensure your code passes all tests and follows the coding standards.
184+
- Open a pull request with a clear description of your changes.
185+
- Ensure your code passes all tests and follows the coding standards.
186186

187187
2. **Review**:
188-
- A maintainer will review your pull request and provide feedback.
189-
- Be prepared to make changes based on the feedback.
188+
- A maintainer will review your pull request and provide feedback.
189+
- Be prepared to make changes based on the feedback.
190190

191191
3. **Merge**:
192-
- Once approved, your pull request will be merged into the main branch.
192+
- Once approved, your pull request will be merged into the main branch.
193193

194194
---
195195

196196
## Thank You!
197197

198198
We appreciate your contributions and look forward to working with you. If you have any questions, feel free to open an issue or reach out to the maintainers.
199199

200-
Happy coding! 🚀
200+
Happy coding! 🚀

0 commit comments

Comments
 (0)