Skip to content

Update README.md#1

Merged
RedMokeys merged 1 commit intomasterfrom
RedMokeys-patch-1
Oct 1, 2020
Merged

Update README.md#1
RedMokeys merged 1 commit intomasterfrom
RedMokeys-patch-1

Conversation

@RedMokeys
Copy link
Copy Markdown
Owner

macOS or Linux = macOS, or Linux,
Cmder or PowerShell, = Cmder, or PowerShell,

Thank you for submitting your change to the project, we really appreciate your help.

For us to be able to review and merge your changes as quickly as possible, please review our pull request process.

(DELETE THIS PARAGRAPH AFTER READING)

Pull Request Title

Please ensure that you have included a meaningful title describing your change.

For example...

(DELETE THIS SECTION AFTER READING)

Linked Issue

Please ensure that your change is related to an open issue, we will not accept changes without a related issue.

You should link your pull request to an open issue using the Closes keyword, referencing the issue using # and the issue id. This will ensure that the issue is automatically closed when your pull request is merged.

(DELETE THIS SECTION AFTER READING)

Closes #

One PR = One Commit

We prefer to review pull requests that contain a single commit as this makes it easier to keep the history clear for everyone and track what's changed.

If you are new to git, we'll squash your commits for you when merging your changes.

To squash your commits, use the interactive rebase method, git rebase -i HEAD~<commits>, squashing the commits into a single commit and changing your commit message to be the same as your pull request title.

(DELETE THIS SECTION AFTER READING)

New Command = Five Files

If your pull request contains the changes for a new command, it should contain five changed files.

For example, a pull request for adding 'teams tab add' command, would include...

  • src/m365/teams/commands.ts
  • src/m365/teams/commands/tab/teams-tab-add.ts
  • src/m365/teams/commands/tab/teams-tab-add.spec.ts
  • docs/mkdocs.yml
  • docs/docs/cmd/teams/tab/tab-add.md

(DELETE THIS SECTION AFTER READING)

Master Branch Only

You should only submit your changes to the master branch.

Pull requests submitted to other branches will be rejected.

(DELETE THIS SECTION AFTER READING)

Merge Conflicts

Merge conflicts occur when the branch you want to merge is out of date. To ensure this does not happen, you should ensure that your branch is up-to-date before submitting your pull request by executing the below git commands.

git checkout master

git pull upstream master

git push origin master

git checkout <your-branch>

git rebase master

git push origin <your-branch> -f

(DELETE THIS SECTION AFTER READING)

 macOS or Linux = macOS, or Linux,
Cmder or PowerShell, = Cmder, or PowerShell,
@RedMokeys RedMokeys merged commit 03e4b1e into master Oct 1, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

1 participant