diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md index fac308ddb2..4c8df3ccb5 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.md +++ b/.github/ISSUE_TEMPLATE/bug_report.md @@ -5,7 +5,7 @@ about: Create a report to help us improve **What version of OR-Tools and what language are you using?** -Version: master/v7.3/v7.2 etc. +Version: main/v9.4/v9.3 etc. Language: C++/Java/Python/C# **Which solver are you using (e.g. CP-SAT, Routing Solver, GLOP, BOP, Gurobi)** @@ -25,4 +25,4 @@ Steps to reproduce the behavior: Make sure you include information that can help us debug (full error message, model Proto). -**Anything else we should know about your project / environment** \ No newline at end of file +**Anything else we should know about your project / environment** diff --git a/.github/pull_request_template.md b/.github/pull_request_template.md index 5fce142e3c..10a6bde9f7 100644 --- a/.github/pull_request_template.md +++ b/.github/pull_request_template.md @@ -1,7 +1,7 @@ \ No newline at end of file +--> diff --git a/.github/workflows/check_format.yml b/.github/workflows/check_format.yml index 778a8df15f..0cbf3c765d 100644 --- a/.github/workflows/check_format.yml +++ b/.github/workflows/check_format.yml @@ -8,8 +8,8 @@ jobs: runs-on: ubuntu-latest steps: - uses: actions/checkout@v2 - - name: Fetch origin/master - run: git fetch origin master + - name: Fetch origin/main + run: git fetch origin main - name: List of changed file(s) run: git diff --name-only FETCH_HEAD