Skip to content

Commit

Permalink
Merge pull request #53 from techthoughts2/Enhancements
Browse files Browse the repository at this point in the history
Enhancements
  • Loading branch information
techthoughts2 authored Jan 14, 2024
2 parents f499dbe + bbe17d9 commit 5df2523
Show file tree
Hide file tree
Showing 123 changed files with 12,959 additions and 24,133 deletions.
273 changes: 0 additions & 273 deletions .github/CHANGELOG.md

This file was deleted.

18 changes: 18 additions & 0 deletions .github/SECURITY.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
# Security Policy

## Reporting a Vulnerability

<!--- Use this section to tell people how to report a vulnerability.
Tell them where to go, how often they can expect to get an update on a reported vulnerability, what to expect if the vulnerability is accepted or declined, etc. -->

If you discover a vulnerability in PoshGram, please follow the _following process_:

1. Open a generic bug issue advising you have discovered a vulnerability.
- Avoid sharing specifics or details of the vulnerability in an open GitHub issue.
2. A repo owner will reach out to you to establish a private form of communication.
3. We will evaluate the vulnerability and, if necessary, release a fix or mitigating steps to address it. We will contact you to let you know the outcome, and will credit you in the report.

Please **do not disclose the vulnerability publicly** until a fix is released!

4. Once we have either a) published a fix, or b) declined to address the vulnerability for whatever reason, you are free to publicly disclose it.
25 changes: 25 additions & 0 deletions .readthedocs.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
# https://docs.readthedocs.io/en/stable/config-file/index.html

# .readthedocs.yaml
# Read the Docs configuration file
# See https://docs.readthedocs.io/en/stable/config-file/v2.html for details

# Required
version: 2

build:
os: ubuntu-22.04
tools:
python: "3.11"

mkdocs:
configuration: mkdocs.yml

python:
install:
- requirements: docs/requirements.txt

# # Build PDF & ePub
formats: all
# - epub
# - pdf
8 changes: 6 additions & 2 deletions .vscode/extensions.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,10 @@
"recommendations": [
"ms-vscode.PowerShell",
"ryanluker.vscode-coverage-gutters",
"DavidAnson.vscode-markdownlint"
"DavidAnson.vscode-markdownlint",
"aaron-bond.better-comments",
"aws-scripting-guy.cform",
"kddejong.vscode-cfn-lint",
"redhat.vscode-yaml"
]
}
}
16 changes: 16 additions & 0 deletions .vscode/settings.json
Original file line number Diff line number Diff line change
@@ -1,12 +1,26 @@
{
"markdownlint.config": {
"default": true,
"MD007": {
"indent": 4
},
"no-hard-tabs": false
},
// When enabled, will trim trailing whitespace when you save a file.
"files.trimTrailingWhitespace": true,
// specifies the location of the explicity ScriptAnalyzer settings file
"powershell.scriptAnalysis.settingsPath": "PSScriptAnalyzerSettings.psd1",
// specifies the PowerShell coding style used in this project (https://github.com/PoshCode/PowerShellPracticeAndStyle/issues/81)
"powershell.codeFormatting.preset": "Stroustrup",
"cSpell.words": [
"Allman",
"alphanum",
"animatedsticker",
"backoff",
"blockquote",
"botname",
"buildspec",
"Burnham",
"Catesta",
"channelusername",
"cmdlets",
Expand All @@ -20,6 +34,7 @@
"getidsbot",
"Gifs",
"hashtable",
"inlinekeyboardbutton",
"jakemorrison",
"Janeway",
"markdownv",
Expand All @@ -31,6 +46,7 @@
"poshgram",
"psobject",
"pwsh",
"replykeyboardmarkup",
"riker",
"shortcode",
"shortlink",
Expand Down
Loading

0 comments on commit 5df2523

Please sign in to comment.