From 2ba3659ea8586821e31917d2ccd9f9c622c13fd9 Mon Sep 17 00:00:00 2001 From: rvanasa Date: Tue, 9 Dec 2025 10:26:17 -0700 Subject: [PATCH] Remove external contribution info --- .github/CONTRIBUTING.md | 60 ----------------------------------------- 1 file changed, 60 deletions(-) delete mode 100644 .github/CONTRIBUTING.md diff --git a/.github/CONTRIBUTING.md b/.github/CONTRIBUTING.md deleted file mode 100644 index 17034a2..0000000 --- a/.github/CONTRIBUTING.md +++ /dev/null @@ -1,60 +0,0 @@ -# Contributing - -Thank you for your interest in contributing to the vessel package manager. -By participating in this project, you agree to abide by our [Code of Conduct](./CODE_OF_CONDUCT.md). - -As a member of the community, you are invited and encouraged to contribute by submitting issues, offering suggestions for improvements, adding review comments to existing pull requests, or creating new pull requests to fix issues. - -## Contents of this repository - -This repository contains source code for the vessel package manager. Vessel is the standard package manager for Motoko and is used to build Motoko projects that depend on other Motoko libraries. - -## Before you contribute - -Before contributing, please take a few minutes to review these contributor guidelines. -The contributor guidelines are intended to make the contribution process easy and effective for everyone involved in addressing your issue, assessing changes, and finalizing your pull requests. - -Before contributing, consider the following: - -- If you want to report an issue, click **Issues**. - -- If you have more general questions related to Motoko and its use, post a message to the [community forum](https://forum.dfinity.org/) or submit a [support request](mailto://support@dfinity.org). - -- If you are reporting a bug, provide as much information about the problem as possible. - -- If you want to contribute directly to this repository, typical fixes might include any of the following: - - - Fixes to resolve bugs or documentation errors - - Code improvements - - Feature requests - - Note that any contribution to this repository must be submitted in the form of a **pull request**. - -- If you are creating a pull request, be sure that the pull request only implements one fix or suggestion. - -If you are new to working with GitHub repositories and creating pull requests, consider exploring [First Contributions](https://github.com/firstcontributions/first-contributions) or [How to Contribute to an Open Source Project on GitHub](https://egghead.io/courses/how-to-contribute-to-an-open-source-project-on-github). - -# How to make a contribution - -Depending on the type of contribution you want to make, you might follow different workflows. - -This section describes the most common workflow scenarios: - -- Reporting an issue -- Submitting a pull request - -### Reporting an issue - -To open a new issue: - -1. Click **Issues**. - -1. Click **New Issue**. - -1. Click **Open a blank issue**. - -1. Type a title and description, then click **Submit new issue**. - - Be as clear and descriptive as possible. - - For any problem, describe it in detail, including details about the library, the version of the code you are using, the results you expected, and how the actual results differed from your expectations.