Skip to content

Commit

Permalink
Cleanup (microsoft#359)
Browse files Browse the repository at this point in the history
Renamed pipelines folder to .pipelines and updated checklist for PR.
  • Loading branch information
mamurshe authored Aug 5, 2020
1 parent 0197959 commit 3086582
Show file tree
Hide file tree
Showing 4 changed files with 15 additions and 5 deletions.
7 changes: 3 additions & 4 deletions .github/pull_request_template.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@


---
Please check the following conditions for your PR.

This checklist is used to make sure that common guidelines for a pull request are followed.

- [ ] The PR has modified HISTORY.rst describing any customer-facing, functional changes. Note that this does not include changes only to help content. (see [Modifying change log](https://github.com/Azure/azure-cli/tree/master/doc/authoring_command_modules#modify-change-log)).
- [ ] `apiDefinition.swagger.json` is validated using `paconn validate` command.
- [ ] `apiProperties.json` has a valid brand color. Invalid brand colors are `#007ee5` and `#ffffff`.
11 changes: 11 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,22 @@

# icon files should not be checked into Open Source repos
icon.png
icon.jpg

# paconn - settings.json are user-specific files
certified-connectors/**/settings.json
custom-connectors/**/settings.json

# MacOSX Folder View Configuration
.DS_Store
*.DS_Store?
.AppleDouble
.LSOverride

# MacOSX Thumbnail cache files
._*
Thumbs.db

# --- END Repo-specific ---


Expand Down
2 changes: 1 addition & 1 deletion pipelines/buildcli.yml → .pipelines/security.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
pool:
vmImage: 'windows-latest'
vmImage: 'ubuntu-latest'

steps:
- task: ComponentGovernanceComponentDetection@0
Expand Down
File renamed without changes.

0 comments on commit 3086582

Please sign in to comment.