Skip to content

Commit

Permalink
Fix #706, Update broken TOC links in CONTRIBUTING.md
Browse files Browse the repository at this point in the history
  • Loading branch information
thnkslprpt authored and dzbaker committed Jul 2, 2024
1 parent 32eb0f8 commit 1a68390
Show file tree
Hide file tree
Showing 4 changed files with 33 additions and 33 deletions.
2 changes: 1 addition & 1 deletion .github/pull_request_template.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ A clear and concise description of what the contribution is.
**Testing performed**
Steps taken to test the contribution:
1. Build steps '...'
1. Execution steps '...'
2. Execution steps '...'

**Expected behavior changes**
A clear and concise description of how this contribution will change behavior and level of impact.
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/build-run-app.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ jobs:
echo "APP_UPPER=$(echo ${{ inputs.app-name }} | sed 's/[a-z]/\U&/g')" >> $GITHUB_ENV
echo "APP_LOWER=$(echo ${{ inputs.app-name }} | sed 's/[A-Z]/\L&/g')" >> $GITHUB_ENV
- name: Set up start string for verificaiton
- name: Set up start string for verification
run: |
if [[ "${{ inputs.startup-string }}" == '' ]]; then
echo "START_STRING=$APP_UPPER Initialized." >> $GITHUB_ENV
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/codeql-analysis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ on:
jobs:
codeql:
uses: nasa/cFS/.github/workflows/codeql-reusable.yml@main
with:
with:
component-path: cFS
make: make -j8
test: true
60 changes: 30 additions & 30 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,36 +3,36 @@
So you'd like to contribute to cFS? Below are some guidelines for contributors to follow. Contributions come in all shapes and sizes. We appreciate your help with documentation, unit tests, framework code, continuous-integration, or simply reporting bugs and improvement ideas. We can't promise that we'll accept every suggestion or fix every bug in a timely manner but we'll respond to you as quickly as possible.

<!-- vscode-markdown-toc -->
* [Code of Conduct](#CodeofConduct)
* [Ways to Contribute](#WaystoContribute)
* [Discussions and Questions](#DiscussionsandQuestions)
* [Security Vulnerabilities](#SecurityVulnerabilities)
* [Bug Reports](#BugReports)
* [Before Reporting a Bug](#BeforeReportingaBug)
* [Reporting a Bug](#ReportingaBug)
* [What Happens to my Bug Report?](#WhatHappenstomyBugReport)
* [New Feature Requests](#NewFeatureRequests)
* [Before Requesting a New Feature](#BeforeRequestingaNewFeature)
* [Requesting a New Feature](#RequestingaNewFeature)
* [What Happens to my Feature Request?](#WhatHappenstomyFeatureRequest)
* [Issue Trackers for cFS Components](#IssueTrackersforcFSComponents)
* [cFS-Framework Components](#cFS-FrameworkComponents)
* [Lab Apps](#LabApps)
* [Tools](#Tools)
* [Other cFS Apps](#OthercFSApps)
* [Pull Requests](#PullRequests)
* [Contributor License Agreement (CLA)](#ContributorLicenseAgreementCLA)
* [Before starting your Pull Request](#BeforestartingyourPullRequest)
* [Creating a Pull Request](#CreatingaPullRequest)
* [What Happens to My Pull Request?](#WhatHappenstoMyPullRequest)
* [Writing High-Quality Code](#WritingHigh-QualityCode)
* [Using GitHub Actions Workflows](#UsingGitHubActionsWorkflows)
* [View Failed Workflows](#ViewFailedWorkflows)
* [View Workflow Results](#ViewWorkflowResults)
* [Configure Workflows](#ConfigureWorkflows)
* [cFS Workflows](#cFSWorkflows)
* [Git Commit Guidelines](#GitCommitGuidelines)
* [Working with git commits](#Workingwithgitcommits)
- [Code of Conduct](#code-of-conduct)
- [Ways to Contribute](#ways-to-contribute)
- [Discussions and Questions](#discussions-and-questions)
- [Security Vulnerabilities](#security-vulnerabilities)
- [Bug Reports](#bug-reports)
- [Before Reporting a Bug](#before-reporting-a-bug)
- [Reporting a Bug](#reporting-a-bug)
- [What Happens to my Bug Report?](#what-happens-to-my-bug-report)
- [New Feature Requests](#new-feature-requests)
- [Before Requesting a New Feature](#before-requesting-a-new-feature)
- [Requesting a New Feature](#requesting-a-new-feature)
- [What Happens to my Feature Request?](#what-happens-to-my-feature-request)
- [Issue Trackers for cFS Components](#issue-trackers-for-cfs-components)
- [cFS-Framework Components](#cfs-framework-components)
- [Lab Apps](#lab-apps)
- [Tools](#tools)
- [Other cFS Apps](#other-cfs-apps)
- [Pull Requests](#pull-requests)
- [Contributor License Agreement (CLA)](#contributor-license-agreement-cla)
- [Before starting your Pull Request](#before-starting-your-pull-request)
- [Creating a Pull Request](#creating-a-pull-request)
- [What Happens to My Pull Request?](#what-happens-to-my-pull-request)
- [Writing High-Quality Code](#writing-high-quality-code)
- [Using GitHub Actions Workflows](#using-github-actions-workflows)
- [View Failed Workflows](#view-failed-workflows)
- [View Workflow Results](#view-workflow-results)
- [Configure Workflows](#configure-workflows)
- [cFS Workflows](#cfs-workflows)
- [Git Commit Guidelines](#git-commit-guidelines)
- [Working with git commits](#working-with-git-commits)

<!-- vscode-markdown-toc-config
numbering=false
Expand Down

0 comments on commit 1a68390

Please sign in to comment.