mirror of
https://github.com/NativeScript/NativeScript.git
synced 2025-08-15 11:01:21 +08:00
Change the repo name to NativeScript where mentioned
This commit is contained in:
@ -62,7 +62,7 @@ Before you submit a Pull Request, consider the following guidelines.
|
||||
Search GitHub for an open or closed Pull Request that relates to your submission.
|
||||
Clone the repository.
|
||||
```bash
|
||||
git clone git@github.com:NativeScript/cross-platform-modules.git
|
||||
git clone git@github.com:NativeScript/NativeScript.git
|
||||
```
|
||||
Initialize the submodules.
|
||||
```bash
|
||||
@ -85,7 +85,7 @@ Push your branch to GitHub.
|
||||
```bash
|
||||
git push origin my-fix-branch
|
||||
```
|
||||
In GitHub, send a Pull Request to NativeScript:cross-platform-modules:master.
|
||||
In GitHub, send a Pull Request to NativeScript:NativeScript:master.
|
||||
If we suggest changes, you can modify your branch, rebase, and force a new push to your GitHub repository to update the Pull Request.
|
||||
```bash
|
||||
git rebase master -i
|
||||
|
@ -35,7 +35,7 @@ To learn more about the NativeScript framework, you can check the following reso
|
||||
|
||||
|
||||
## Most popular repositories:
|
||||
- **[Cross-Platform Modules](//github.com/NativeScript/cross-platform-modules/)** - Stores the code of the cross-platform modules, written in TypeScript
|
||||
- **[The current repo](//github.com/NativeScript/NativeScript/)** - Stores the code of the cross-platform modules, written in TypeScript
|
||||
- **[iOS Runtime](//github.com/NativeScript/ios-runtime/)** - Holds the runtime, allowing the JavaScript code of your application to be executed on an iOS device
|
||||
- **[Android Runtime](//github.com/NativeScript/android-runtime)** - Holds the runtime, allowing the JavaScript code of your application to be executed on an Android device
|
||||
- **[NativeScript CLI](//github.com/NativeScript/nativescript-cli)** - Contains the Command-Line Interface for creating an application using the NativeScript framework
|
||||
|
@ -4,7 +4,7 @@
|
||||
"version": "1.0.0",
|
||||
"repository": {
|
||||
"type": "git",
|
||||
"url": "https://github.com/NativeScript/cross-platform-modules"
|
||||
"url": "https://github.com/NativeScript/NativeScript"
|
||||
},
|
||||
"files": [
|
||||
"**/*.*",
|
||||
|
Reference in New Issue
Block a user