Skip to content

Commit de77a4e

Browse files
shanerbaner82claude
andcommitted
Fix repo name and email addresses in mobile contributing docs
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
1 parent 03ce920 commit de77a4e

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

resources/views/docs/mobile/3/contributing/contributing.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,8 @@ We welcome contributions to NativePHP for Mobile! Whether it's bug fixes, new fe
1212
1. **Fork the repository** on GitHub.
1313
2. **Clone your fork** locally:
1414
```bash
15-
git clone git@github.com:your-username/mobile.git
16-
cd mobile
15+
git clone git@github.com:your-username/mobile-air.git
16+
cd mobile-air
1717
```
1818
3. **Create a new branch** for your feature or fix:
1919
```bash
@@ -37,7 +37,7 @@ We welcome contributions to NativePHP for Mobile! Whether it's bug fixes, new fe
3737

3838
### Reporting Bugs
3939

40-
If you discover a bug, please [open an issue](https://github.com/NativePHP/mobile/issues) on GitHub. Include as much detail as possible:
40+
If you discover a bug, please [open an issue](https://github.com/NativePHP/mobile-air/issues) on GitHub. Include as much detail as possible:
4141

4242
- A clear, descriptive title.
4343
- Steps to reproduce the issue.
@@ -46,7 +46,7 @@ If you discover a bug, please [open an issue](https://github.com/NativePHP/mobil
4646

4747
### Security Vulnerabilities
4848

49-
If you discover a security vulnerability, please **do not** open a public issue. Instead, please send an email to [security@nativephp.com](mailto:security@nativephp.com). All security vulnerabilities will be promptly addressed.
49+
If you discover a security vulnerability, please **do not** open a public issue. Instead, please send an email to [support@nativephp.com](mailto:support@nativephp.com). All security vulnerabilities will be promptly addressed.
5050

5151
## Code of Conduct
5252

@@ -78,6 +78,6 @@ Examples of unacceptable behavior:
7878

7979
### Enforcement
8080

81-
Instances of abusive, harassing, or otherwise unacceptable behavior may be reported to the project team at [conduct@nativephp.com](mailto:conduct@nativephp.com). All complaints will be reviewed and investigated promptly and fairly.
81+
Instances of abusive, harassing, or otherwise unacceptable behavior may be reported to the project team at [support@nativephp.com](mailto:support@nativephp.com). All complaints will be reviewed and investigated promptly and fairly.
8282

8383
Project maintainers who do not follow or enforce the Code of Conduct in good faith may face temporary or permanent repercussions as determined by other members of the project's leadership.

0 commit comments

Comments
 (0)