From 093abebc0b84cf8e0efeda459d5d5b7ae5d60dea Mon Sep 17 00:00:00 2001 From: John Menerick Date: Thu, 7 Mar 2024 21:29:13 -0800 Subject: [PATCH] also deploy to gitlab darpa ai cyber distribution --- .gitlab/MergeRequestTemplate.md | 39 +++++++++++++++++++ .gitlab/issue_templates/Bug_Report.md | 21 ++++++++++ .gitlab/issue_templates/CustomTemplate.md | 23 +++++++++++ .gitlab/issue_templates/Feature_Request.md | 17 ++++++++ .gitlab/labels.yml | 25 ++++++++++++ .../CustomMRTemplate.md | 26 +++++++++++++ .gitlab/merge_request_templates/Default.md | 21 ++++++++++ 7 files changed, 172 insertions(+) create mode 100644 .gitlab/MergeRequestTemplate.md create mode 100644 .gitlab/issue_templates/Bug_Report.md create mode 100644 .gitlab/issue_templates/CustomTemplate.md create mode 100644 .gitlab/issue_templates/Feature_Request.md create mode 100644 .gitlab/labels.yml create mode 100644 .gitlab/merge_request_templates/CustomMRTemplate.md create mode 100644 .gitlab/merge_request_templates/Default.md diff --git a/.gitlab/MergeRequestTemplate.md b/.gitlab/MergeRequestTemplate.md new file mode 100644 index 000000000..837f43204 --- /dev/null +++ b/.gitlab/MergeRequestTemplate.md @@ -0,0 +1,39 @@ +# Merge Request for InfoSec Blueprints + +In the virtual sprawl of our project, your code merges with the digital tapestry, a symphony of bytes and logic. + +## Synopsis of Changes + +Detail your odyssey through the code, the alterations and enhancements you've woven into the fabric of our project. + +- Modifications: + - [ ] New digital constructs birthed in the labyrinth of our codebase? + - [ ] Refinements to the existing digital framework? + - [ ] Perhaps a departure, a removal of outdated algorithms or code? + +## Testing the New Paradigms + +Share the trials of your code, the virtual battlegrounds where it was tested, ensuring its harmony with our digital ecosystem. + +- Testing: + - [ ] Environments where the code was tested. + - [ ] Automated processes verifying the integrity of your creation. + +## Linking Threads of Thought + +Connect your work to the larger narrative, the ongoing saga of our project. Reference related issues or prior discussions that sparked this innovation. + +- Related Issues/PRs: + - [ ] Links to related issues or prior pull requests. + +## Adherence to the Digital Ethos + +Our project is a collective dream, a shared digital space. Confirm your adherence to our ethos and practices. + +- [ ] I have read and aligned with the [CONTRIBUTING.md](CONTRIBUTING.md). +- [ ] My code melds with the stylistic essence of this project. +- [ ] I ensure that my contributions enhance, not disrupt, our digital symphony. + +Awaiting your contribution to this cybernetic tapestry, where code and creativity intertwine, enriching the **InfoSec Blueprints**. + +Thank you for being a weaver in our shared digital dream. diff --git a/.gitlab/issue_templates/Bug_Report.md b/.gitlab/issue_templates/Bug_Report.md new file mode 100644 index 000000000..68a39411c --- /dev/null +++ b/.gitlab/issue_templates/Bug_Report.md @@ -0,0 +1,21 @@ +# Bug Report + +## Summary + + +## Description + + +## Reproduction Steps + + +1. +2. +3. + +## Additional Information + + +## Proposed Solution + diff --git a/.gitlab/issue_templates/CustomTemplate.md b/.gitlab/issue_templates/CustomTemplate.md new file mode 100644 index 000000000..298488f73 --- /dev/null +++ b/.gitlab/issue_templates/CustomTemplate.md @@ -0,0 +1,23 @@ +# Custom Issue + +## Summary + + +## Description + + +## Steps to Reproduce + + +1. +2. +3. + +## Expected Behavior + + +## Actual Behavior + + +## Additional Information + diff --git a/.gitlab/issue_templates/Feature_Request.md b/.gitlab/issue_templates/Feature_Request.md new file mode 100644 index 000000000..4a48baa64 --- /dev/null +++ b/.gitlab/issue_templates/Feature_Request.md @@ -0,0 +1,17 @@ +# Feature Request + +## Summary + + +## Description + + +## Use Case + + +## Additional Information + + +## Proposed Implementation + diff --git a/.gitlab/labels.yml b/.gitlab/labels.yml new file mode 100644 index 000000000..a1a750471 --- /dev/null +++ b/.gitlab/labels.yml @@ -0,0 +1,25 @@ +# Label Configuration for InfoSec Blueprints +# In the coded realm of our project, labels are the signposts, guiding us through the digital fog. + +labels: + - name: "cyber-enhancement" + description: "Proposals for new features or enhancements." + color: "#428BCA" + + - name: "neural-bug" + description: "Identified glitches in the matrix, awaiting rectification." + color: "#FF0000" + + - name: "digital-refactoring" + description: "Improvements to the existing code structure." + color: "#FEDCBA" + + - name: "virtual-documentation" + description: "Updates and enhancements to the project's digital lexicon." + color: "#0E8A16" + + - name: "net-security" + description: "Security improvements and fixes." + color: "#FBCA04" + +# These labels are the beacons in our cybernetic world, categorizing and guiding our digital endeavors. diff --git a/.gitlab/merge_request_templates/CustomMRTemplate.md b/.gitlab/merge_request_templates/CustomMRTemplate.md new file mode 100644 index 000000000..5833bb539 --- /dev/null +++ b/.gitlab/merge_request_templates/CustomMRTemplate.md @@ -0,0 +1,26 @@ +# Custom Merge Request Template + +## Summary + + +## Description + + +## Motivation + + +## Testing + + +## Checklist + + +- [ ] Code has been tested thoroughly. +- [ ] Documentation has been updated (if applicable). +- [ ] All tests pass. +- [ ] The code follows the project's coding standards. + +## Reviewer Notes + + + diff --git a/.gitlab/merge_request_templates/Default.md b/.gitlab/merge_request_templates/Default.md new file mode 100644 index 000000000..694ce26e2 --- /dev/null +++ b/.gitlab/merge_request_templates/Default.md @@ -0,0 +1,21 @@ +# Merge Request + +## Summary + + +## Description + + +## Related Issues + + +## Checklist + + +- [ ] Code has been tested locally. +- [ ] Documentation has been updated (if necessary). +- [ ] All tests pass. +- [ ] The code follows the project's coding standards. + +## Additional Notes +