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: EthicalSource/contributor_covenant
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: release
Choose a base ref
...
head repository: https-abtechpro/contributor_covenant
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: release
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 3 commits
  • 3 files changed
  • 1 contributor

Commits on Nov 9, 2024

  1. Create devcontainer.json

    {
    
    "Image" : "mcr.microsoft.{
    
    "Nom" : "my-project-devcontainer",
    
    "Image" : "mcr.microsoft.com/devcontainers/base:ubuntu", // Toute image générique basée sur debian.
    
    "Caractéristiques" : {
    
    "Ghcr.io/devcontainers/features/go:1" : {
    
    "Version" : "1.18"
    
    },
    
    "Ghcr.io/devcontainers/features/docker-in-docker:1" : {
    
    "Version" : "dernier",
    
    "Moby" : truecom/devcontainers/universal:2",
    
    "Caractéristiques" : {
    
    }
    
    }"Ghcr.io/elanhasson/devcontainer-features/dotnet-aspire-daily:1" : {}
    gtothe7 authored Nov 9, 2024
    Configuration menu
    Copy the full SHA
    c0a4860 View commit details
    Browse the repository at this point in the history
  2. Create azure-webapps-node.yml

    - name: Set-up Node 
      uses: actions/setup-node@v4
      with:
        node-version: '20.c
    gtothe7 authored Nov 9, 2024
    Configuration menu
    Copy the full SHA
    ccf0efd View commit details
    Browse the repository at this point in the history

Commits on Jul 18, 2025

  1. Update README.md

    gtothe7 authored Jul 18, 2025
    Configuration menu
    Copy the full SHA
    b980d16 View commit details
    Browse the repository at this point in the history
Loading