Skip to content

Commit

Permalink
Updated app name
Browse files Browse the repository at this point in the history
  • Loading branch information
adityasharma7 committed Mar 11, 2022
1 parent 7ce9c32 commit 0f76dbd
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 5 deletions.
6 changes: 6 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -29,3 +29,9 @@ npm-debug.log*
/platforms
/plugins
/www

.firebase
.env
.env.*
!.env.example
.history
2 changes: 1 addition & 1 deletion CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

1. Fork the repository and clone it locally from the `main` branch. Before starting your work make sure it's up to date with current `main` branch.
2. Pick an issue from [here](https://github.com/hotwax/ionic-sdk/issues). Write in the issue comment that you want to pick it, if you can't assign yourself. **Please stay assigned to one issue at a time to not block others**.
3. Create a branch for your edits. Use the following branch naming conventions: **ionicsdk/issue-number**.
3. Create a branch for your edits. Use the following branch naming conventions: **job-manager/issue-number**.
4. Please add issue number to your commit message.
5. Propose a Pull Request to `main` branch containing issue number and issue title.
6. Use [Pull Request template](https://github.com/hotwax/ionic-sdk/blob/main/.github/PULL_REQUEST_TEMPLATE.md) (it's automatically added to each PR) and fill as much fields as possible to describe your solution.
Expand Down
2 changes: 1 addition & 1 deletion ionic.config.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"name": "ionicSDK",
"name": "jobManager",
"integrations": {
"capacitor": {}
},
Expand Down
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
{
"name": "ionic-sdk",
"version": "0.0.1",
"name": "job-manager",
"version": "1.0.0",
"private": true,
"description": "An Ionic project",
"description": "Job Manager App",
"scripts": {
"serve": "vue-cli-service serve",
"build": "vue-cli-service build",
Expand Down

0 comments on commit 0f76dbd

Please sign in to comment.