Skip to content

Commit

Permalink
Merge branch 'master' into dev
Browse files Browse the repository at this point in the history
  • Loading branch information
yash-pal1 authored Oct 10, 2024
2 parents 08876d1 + 9d159f5 commit 3192de1
Show file tree
Hide file tree
Showing 2 changed files with 34 additions and 59 deletions.
83 changes: 29 additions & 54 deletions .github/pull_request_template.md
Original file line number Diff line number Diff line change
@@ -1,73 +1,48 @@
<!--
#########################################################################

Thank you for sharing your work and for opening a PR.
### Description

(!) IMPORTANT (!):
First make sure that you point your PR to the `dev` branch!
<!-- Please provide a brief description of the changes included in this pull request. -->

Now please read the comments carefully and try to provide information
on all relevant titles.
### Jira Issue

#########################################################################
-->
# Pull Request
<!-- If this pull request is associated with a Jira issue, please link it here (e.g., `OMS-123`). -->

## Related Issue
- Jira Ticket: [OMS-XXXX](https://onemindservices.atlassian.net/browse/OMS-XXXX)

<!--
Add the related issue in the form of #issue-number (Example #100)
-->
### Is this PR for Development?

## New Behavior
- [ ] Yes, this PR is for the development branch.
- [ ] No, this PR targets a different branch (please specify):

<!--
Please describe in a few words the intentions of your PR.
-->
### Type of Change

---
<!-- Please select the type of change that applies to this pull request. -->

## Contrast to Current Behavior
- [ ] Bug fix (non-breaking change which fixes an issue)
- [ ] New feature (non-breaking change which adds functionality)
- [ ] Breaking change (fix or feature that would cause existing functionality to not work as expected)
- [ ] Documentation update
- [ ] Other (please describe):

<!--
Please describe in a few words how the new behavior is different
from the current behavior.
-->
### Test Cases

---
- [ ] Test cases are covered for this PR.
- [ ] This PR does not require test cases (please explain):

## Discussion: Benefits and Drawbacks
### Checklist

<!--
Please make your case here:
<!-- Please check off the items as they are completed. -->

- Why do you think this project and the community will benefit from your
proposed change?
- What are the drawbacks of this change?
- Is it backwards-compatible?
- Anything else that you think is relevant to the discussion of this PR.
- [ ] I have performed a self-review of my own code.
- [ ] I have linked all related Jira issues.
- [ ] I have added tests that prove my fix is effective or that my feature works.
- [ ] I have added necessary documentation (if applicable).
- [ ] Any dependent changes have been merged and published in downstream modules.

(No need to write a huge article here. Just a few sentences that give some
additional context about the motivations for the change.)
-->
### Screenshots (if applicable)

---
<!-- If your PR includes visual changes, please include screenshots or GIFs to illustrate them. -->

## Changes to the Documentation
### Additional Information

<!--
If the docs must be updated, please include the changes in the PR.
If the Wiki must be updated, please make a suggestion below.
-->

---

## Double Check

<!--
Please put an x into the brackets (like `[x]`) if you've completed that task.
-->

* [ ] I have explained my PR according to the information in the comments
or in a linked issue.
* [ ] My PR targets the `dev` branch.
<!-- If there's anything else you want to share about your pull request, please add it here. -->
10 changes: 5 additions & 5 deletions netbox_secrets/project-static/yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -463,7 +463,7 @@ brace-expansion@^1.1.7:
balanced-match "^1.0.0"
concat-map "0.0.1"

braces@^3.0.2:
braces@^3.0.3:
version "3.0.3"
resolved "https://registry.yarnpkg.com/braces/-/braces-3.0.3.tgz#490332f40919452272d55a8480adc0c441358789"
integrity sha512-yQbXgO/OSZVD2IsiLlro+7Hf6Q18EJrKSEsdoMzKePKXct3gvD8oLcOQdIzGupr5Fj+EDe8gO/lxc1BzfMpxvA==
Expand Down Expand Up @@ -1505,11 +1505,11 @@ merge2@^1.3.0, merge2@^1.4.1:
integrity sha512-8q7VEgMJW4J8tcfVPy8g09NcQwZdbwFEqhe/WZkoIzjn/3TGDwtOCYtXGxA3O8tPzpczCCDgv+P2P5y00ZJOOg==

micromatch@^4.0.4:
version "4.0.5"
resolved "https://registry.yarnpkg.com/micromatch/-/micromatch-4.0.5.tgz#bc8999a7cbbf77cdc89f132f6e467051b49090c6"
integrity sha512-DMy+ERcEW2q8Z2Po+WNXuw3c5YaUSFjAO5GsJqfEl7UjvtIuFKO6ZrKvcItdy98dwFI2N1tg3zNIdKaQT+aNdA==
version "4.0.8"
resolved "https://registry.yarnpkg.com/micromatch/-/micromatch-4.0.8.tgz#d66fa18f3a47076789320b9b1af32bd86d9fa202"
integrity sha512-PXwfBhYu0hBCPw8Dn0E+WDYb7af3dSLVWKi3HGv84IdF4TyFoC0ysxFd0Goxw7nSv4T/PzEJQxsYsEiFCKo2BA==
dependencies:
braces "^3.0.2"
braces "^3.0.3"
picomatch "^2.3.1"

mimic-fn@^2.1.0:
Expand Down

0 comments on commit 3192de1

Please sign in to comment.