Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: 2percentsilk/python-quickstart
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: main
Choose a base ref
...
head repository: fnonh/python-quickstart
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: main
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 3 commits
  • 2 files changed
  • 1 contributor

Commits on Dec 29, 2022

  1. SECURITY.md

    # Security Policy
    
    ## Supported Versions
    
    Use this section to tell people about which versions of your project are
    currently being supported with security updates.
    
    | Version | Supported          |
    | ------- | ------------------ |
    | 5.1.x   | ✅ |
    | 5.0.x   | ❌                |
    | 4.0.x   | ✅ |
    | < 4.0   | ❌                |
    
    ## 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.
    ofn authored Dec 29, 2022
    Configuration menu
    Copy the full SHA
    b19a98e View commit details
    Browse the repository at this point in the history
  2. AWS Amplify CLI (via npm)

    {
        "name": "my-project-devcontainer",
      "image": "mcr.microsoft.com/devcontainers/universal:2",
      "features": {
       "ghcr.io/devcontainers/features/go:1": {
                "version": "1.18"
            },
            "ghcr.io/devcontainers/features/docker-in-docker:1": {
                "version": "latest",
                "moby": true
            }
        }
    }
    ofn authored Dec 29, 2022
    Configuration menu
    Copy the full SHA
    b24fc11 View commit details
    Browse the repository at this point in the history
  3. Merge branch 'pr/8'

    ofn11 committed Dec 29, 2022
    Configuration menu
    Copy the full SHA
    46542ad View commit details
    Browse the repository at this point in the history
Loading