conda-forge / conda-forge/conda-forge.github.io

Requirement of `Contributing Guidelines`

Aperta
#1,397 3 commenti 0 reazioni 0 assegnatari Vedi su GitHub
Lingua principale
JavaScript
Stelle
170
Fork
320
Merge medio
2g 10h
PR unite (30g)
5

Descrizione

Just like we need Code of conduct and Reporting Guidelines, the need of a detailed *Contributing guidelines* in the Readme.md file is equally important.
Example: While contributing to this repository, one should first discuss the change one wish to make via issue with the maintainers of this repository before making a change, and to follow code of conduct, for interactions with the members .

The contributing guidelines may also include PR process, Instructions for GIT workflow.
Example:

- Git Workflow

```bash

## Step 1: Fork Repository

## Step 2: Git Set Up & Download
# Clone the repo
$ git clone https://github.com//.git
# Add upstream remote
$ git remote add upstream https://github.com/dscnitrourkela/.git
# Fetch and merge with upstream/main
$ git fetch upstream
$ git merge upstream/main

## Step 2: Create and Publish Working Branch
$ git checkout -b //{}
$ git push origin //{}

## Types:
# wip - Work in Progress; long term work; mainstream changes;
# feat - New Feature; future planned; non-mainstream changes;
# bug - Bug Fixes
# exp - Experimental; random experiemntal features;
```

we can also include the following suggestions:
- Always follow [commit message standards](https://chris.beams.io/posts/git-commit/)
- About the [fork-and-branch workflow](https://blog.scottlowe.org/2015/01/27/using-fork-branch-git-workflow/)

Guida per i contributori

Apri la guida per i contributori

Valutazione

Questa issue non è ancora stata valutata.

Ricevi le nuove issue nella tua casella

Un breve riepilogo di issue GitHub adatte ai principianti.