github-starter-workflows / repo-analysis-partner

9 stars 10 forks source link

Texh stacks #33

Closed smoovhogg closed 5 months ago

smoovhogg commented 5 months ago

Name of the tech_stack A distinct name for the tech_stack

Filenames to look for in the repository This defines the name of the file used as the criteria of detection. For eg, the presence of yarn.lock is the detection criteria for Yarn.

File extensions to look for in the repository This defines the extensions of files used as the criteria of detection. For eg, the presence of .csproj extension is a detection criteria for AspNetCore.

Content/Regex to look for in the above-mentioned filename/extensions This defines the content to look for in the file with the name/extensions defined above. For eg, the presence of <Project Sdk="Microsoft.NET.Sdk.Web"> in a file with extension .csproj is the detection criteria for AspNetCore

Sample public repository which we can add to our test suite Provide a public repo which contains relevant files and is expected to have the above mentioned tech_stack. This repo will be added to our regression test suite.

Additional `context` Add any other context or screenshots about the feature request here.

smoovhogg commented 5 months ago

``# This file defines the tech stacks supported by repo analysis.

To request support for any new tech stack, please raise an issue on this repo.


supported_tech_stacks:

smoovhogg commented 5 months ago

How do we fix?