Skip to content

Commit 3086582

Browse files
authored
Cleanup (microsoft#359)
Renamed pipelines folder to .pipelines and updated checklist for PR.
1 parent 0197959 commit 3086582

File tree

4 files changed

+15
-5
lines changed

4 files changed

+15
-5
lines changed

.github/pull_request_template.md

+3-4
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11

2-
32
---
3+
Please check the following conditions for your PR.
44

5-
This checklist is used to make sure that common guidelines for a pull request are followed.
6-
7-
- [ ] 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)).
5+
- [ ] `apiDefinition.swagger.json` is validated using `paconn validate` command.
6+
- [ ] `apiProperties.json` has a valid brand color. Invalid brand colors are `#007ee5` and `#ffffff`.

.gitignore

+11
Original file line numberDiff line numberDiff line change
@@ -2,11 +2,22 @@
22

33
# icon files should not be checked into Open Source repos
44
icon.png
5+
icon.jpg
56

67
# paconn - settings.json are user-specific files
78
certified-connectors/**/settings.json
89
custom-connectors/**/settings.json
910

11+
# MacOSX Folder View Configuration
12+
.DS_Store
13+
*.DS_Store?
14+
.AppleDouble
15+
.LSOverride
16+
17+
# MacOSX Thumbnail cache files
18+
._*
19+
Thumbs.db
20+
1021
# --- END Repo-specific ---
1122

1223

pipelines/buildcli.yml .pipelines/security.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
pool:
2-
vmImage: 'windows-latest'
2+
vmImage: 'ubuntu-latest'
33

44
steps:
55
- task: ComponentGovernanceComponentDetection@0
File renamed without changes.

0 commit comments

Comments
 (0)