Hacktoberfest 2026:メンテナが10月に向けて印を付けた、オープンで初心者向けの issue。 Hacktoberfest の issue を見る

Introduce scripts for common tasks

オープン
#289 コメント 0 件 リアクション 0 件 担当者 1 名 GitHub で見る

@alejandrosame がすでに取り組んでいます。

2020年9月13日 から。

評価

この issue はまだ評価されていません。

説明

setup Status: In Progress :star2: Type: Refactor :hammer: workflow

What?

We need to align all files that make similar setup and testing tasks.

Why?

Currently, we make similar tasks in different environments. For example, we have repeated code for setup https://github.com/OpenMined/PyDP/blob/dev/Dockerfile#L36, https://github.com/OpenMined/PyDP/blob/dev/.github/workflows/pypipublish_osx.yml#L18, https://github.com/OpenMined/PyDP/blob/dev/prereqs_linux.sh#L58, etc. This makes updates messy because we have to go and chase different files to align repeated code.

Breakdown

  • Create a folder scripts to hold all utility scripts used across the repository.

  • Update Makefile to make use of scripts.

  • Update github workflows to make use of scripts.

    • build_dev_docs.yml
    • pypipublish_linux.yml
    • pypipublish_osx.yml
    • pypipublish_windows.yml
    • style_check.yml
    • tests.yml
  • Update Dockerfile to make use of scripts

  • Update prereqs_linux.sh to make use of scripts

  • Update prereqs_mac.sh to make use of scripts

  • Update contribution guidelines to point to the existence of the folder and require reusing/creating scripts when appropriate.

Additional Context

Add any other context about the problem here.

主要言語
Python
スター
550
フォーク
143
PR マージ指標
30日以内にマージされた PR はありません

環境構築

はじめの一歩

  1. issue を最後まで読み、次にプロジェクトのコントリビューションガイドを読みます。
  2. 着手することを issue にコメントします — 二人が同じ作業をするのを防げます。
  3. リポジトリをフォークし、ブランチを切って変更します。
  4. issue 番号を参照したプルリクエストを送ります。

OpenMined/PyDP のほかの issue

OpenMined/PyDP の issue をすべて見る

似ている issue

Python の issue をもっと見る

新しい issue をメールで受け取る

初心者向けの GitHub issue を短くまとめたダイジェスト。