Coder Social home page Coder Social logo

repository-practices's Introduction

OpenTelemetry common repository practices

This repository exists to document common reposiory practices used across OpenTelemetry, with a couple of goals in mind:

  • to help maintainers to discover new practices which are working for others and could help them as well
  • to evolve these common practices over time with the input and learnings from everyone

Important: it is not a goal to document or describe anything here as "best practices", because there is too much variation and nuance, and the OpenTelemetry project values the independence and flexibility of individual repositories to define what is "best" for their respective communities.

repository-practices's People

Contributors

trask avatar opentelemetrybot avatar dependabot[bot] avatar

Stargazers

Newton Adams avatar Oleksii Kutuzov avatar

Watchers

 avatar  avatar

Forkers

blackadams

repository-practices's Issues

Rename to .repository?

And include reusable workflows (linting) and composite actions (change log management to help with backporting and releasing)

Explicitly declare permissions needed for each github actions?

e.g.

# This workflow warns and then closes issues and PRs that have had no activity for a specified amount of time.
#
# You can adjust the behavior by modifying this file.
# For more information, see:
# https://github.com/actions/stale
name: Mark stale issues and pull requests

on:
  schedule:
  - cron: '44 8 * * *'

jobs:
  stale:

    runs-on: ubuntu-latest
    permissions:
      issues: write
      pull-requests: write

    steps:
    - uses: actions/stale@v5
      with:
        repo-token: ${{ secrets.GITHUB_TOKEN }}
        stale-issue-message: 'Stale issue message'
        stale-pr-message: 'Stale pull request message'
        stale-issue-label: 'no-issue-activity'
        stale-pr-label: 'no-pr-activity'

Change log management?

To avoid PRs running into change log merge conflicts, have a section in the PR template to add the change log entry.

Then this can be copied over to backport PR.

And as part of release preparation, change log can be updated.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.