Skip to content

Commit 0e6d528

Browse files
committed
Merge branch 'main' into chore/digicert-paging
2 parents 13d656e + db32f80 commit 0e6d528

2 files changed

Lines changed: 5 additions & 1 deletion

File tree

.github/copilot-instructions.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
When reviewing code, focus on:
22

3+
## Versioning
4+
Any diff that touches files inside a plugin directory must include a corresponding change to metadata.json that increases the `version` field. If no version bump is present, assume the task is unfinished and prompt to add one.
5+
36
## Naming & language
47
* Do not use “you” “Your”. Avoid conversational or instructional phrasing. Keep text neutral, concise, and descriptive.
58

@@ -34,6 +37,7 @@ When suggesting changes:
3437
### Metadata (metadata.json)
3538
* displayName - Use the correctly styled/cased official product name for display names, e.g. SharePoint NOT sharepoint
3639
* description - One short sentence describing what users can build or monitor. Avoid API or implementation language like Access HaloPSA APIs and query ticket data.
40+
* version - The version number MUST be increased for any change to the plugin. It can never decrease. If a breaking change is made, the major version number of the plugin should be increased - for example, when deleting a data stream or significantly modifying the UI parameters.
3741

3842
### UI Configuration (ui.json)
3943
- Generally prefer API tokens or OAuth where possible, flag usage of username/password unless the API offers no alternative.

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ SquaredUp has 60+ plugins out of the box. This repository contains all community
1414

1515
### Reporting issues or feature requests
1616

17-
- **Community-authored plugins**: Raise issues or improvement ideas directly in this repo - [create a new issue](issues/new/choose)
17+
- **Community-authored plugins**: Raise issues or improvement ideas directly in this repo - [create a new issue](/issues/new/choose)
1818
- **SquaredUp-authored plugins**: Use [Community Answers](https://community.squaredup.com) or contact support@squaredup.com
1919
- **The SquaredUp platform itself**: Use [Community Answers](https://community.squaredup.com) or contact support@squaredup.com
2020

0 commit comments

Comments
 (0)