-
Notifications
You must be signed in to change notification settings - Fork 160
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Remove dead pipelines, update md (#703)
- Loading branch information
1 parent
1691cac
commit edda9c5
Showing
13 changed files
with
54 additions
and
477 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,3 @@ | ||
[submodule "mapistub"] | ||
path = mapistub | ||
url = https://github.com/stephenegriffin/MAPIStubLibrary.git | ||
url = https://github.com/microsoft/MAPIStubLibrary.git |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,25 +1,32 @@ | ||
# CONTRIBUTING | ||
|
||
All pull requests are welcome, there are just a few guidelines you need to follow. | ||
|
||
When contributing to this repository, please first discuss the change by creating a new [issue](https://github.com/stephenegriffin/mfcmapi/issues) or by replying to an existing one. | ||
When contributing to this repository, please first discuss the change by creating a new [issue](https://github.com/microsoft/mfcmapi/issues) or by replying to an existing one. | ||
|
||
## GETTING STARTED | ||
|
||
# GETTING STARTED | ||
* Make sure you have a [GitHub account](https://github.com/signup/free). | ||
* Fork the repository, you can [learn about forking on Github](https://help.github.com/articles/fork-a-repo) | ||
* [Clone the repro to your local machine](https://help.github.com/articles/cloning-a-repository/). | ||
* Make sure you have a [GitHub account](https://github.com/signup/free). | ||
* Fork the repository, you can [learn about forking on Github](https://help.github.com/articles/fork-a-repo) | ||
* [Clone the repro to your local machine](https://help.github.com/articles/cloning-a-repository/) like so: | ||
```git clone --recursive https://github.com/microsoft/mfcmapi.git``` | ||
|
||
## MAKING CHANGES | ||
* Create branch topic for the work you will do, this is where you want to base your work. | ||
* This is usually the main branch. | ||
* To quickly create a topic branch based on main, run git checkout -b fix/main/my_contribution main. | ||
* Note: Please avoid working directly on the main branch. | ||
* Once you have a branch, make your changes and commit them to the local branch. | ||
|
||
* Create branch topic for the work you will do, this is where you want to base your work. | ||
* This is usually the main branch. | ||
* To quickly create a topic branch based on main, run | ||
```git checkout -b u/username/topic main``` | ||
* *Make sure to substitute your own name and topic in this command* * | ||
* Once you have a branch, make your changes and commit them to the local branch. | ||
* All submissions require a review and pull requests are how those happen. Consult | ||
[GitHub Help](https://help.github.com/articles/about-pull-requests/) for more | ||
information on pull requests. | ||
|
||
## SUBMITTING CHANGES | ||
* Push your changes to a topic branch in your fork of the repository. | ||
|
||
## PUSH TO YOUR FORK AND SUBMIT A PULL REQUEST. | ||
* Push your changes to a topic branch in your fork of the repository. | ||
|
||
## PUSH TO YOUR FORK AND SUBMIT A PULL REQUEST | ||
|
||
At this point you're waiting on the code/changes to be reviewed. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,24 +1,27 @@ | ||
# mfcmapi | ||
|
||
MFCMAPI provides access to MAPI stores to facilitate investigation of Exchange and Outlook issues and to provide developers with a sample for MAPI development. | ||
|
||
[Latest release](https://github.com/stephenegriffin/mfcmapi/releases/latest) | ||
[Release stats (raw JSON)](https://api.github.com/repos/stephenegriffin/mfcmapi/releases/latest) | ||
[Pretty release stats](https://somsubhra.github.io/github-release-stats/?username=stephenegriffin&repository=mfcmapi&page=1&per_page=5) | ||
[Latest release](https://github.com/microsoft/mfcmapi/releases/latest) | ||
[Release stats (raw JSON)](https://api.github.com/repos/microsoft/mfcmapi/releases/latest) | ||
[Pretty release stats](https://somsubhra.github.io/github-release-stats/?username=microsoft&repository=mfcmapi&page=1&per_page=5) | ||
|
||
## Contributing | ||
|
||
MFCMAPI depends on the [MAPI Stub Library](https://github.com/microsoft/MAPIStubLibrary). When cloning, make sure to clone submodules. See [Contributing](CONTRIBUTING.md) for more details. | ||
|
||
# Help/Feedback | ||
For assistance using MFCMAPI, developing add-ins, or general MAPI development, consult the [documentation](docs/Documentation.md). Find a bug? Need help? Have a suggestion? Report your issues through the [issues tab](https://github.com/microsoft/mfcmapi/issues). | ||
## Help/Feedback | ||
|
||
# Become a fan on Facebook! | ||
<a href="https://www.facebook.com/MFCMAPI/"><img style="border: none;" title="Facebook Badge" src="https://badge.facebook.com/badge/26764016480.2776.1538253884.png" alt="Facebook Badge" /></a> | ||
For assistance using MFCMAPI, developing add-ins, or general MAPI development, consult the [documentation](docs/Documentation.md). Find a bug? Need help? Have a suggestion? Report your issues through the [issues tab](https://github.com/microsoft/mfcmapi/issues). | ||
|
||
Interested in Exchange Web Services (EWS)? Try [EWSEditor](https://github.com/dseph/EwsEditor)! | ||
## Badges | ||
|
||
Badges: | ||
[![Release](https://dev.azure.com/mrmapi/MFCMAPI/_apis/build/status/Release/MFCMAPI%20Build?branchName=main)](https://dev.azure.com/mrmapi/MFCMAPI/_build/latest?definitionId=13&branchName=main) | ||
[![continuous-integration](https://github.com/stephenegriffin/mfcmapi/actions/workflows/github-ci.yml/badge.svg)](https://github.com/stephenegriffin/mfcmapi/actions/workflows/github-ci.yml) | ||
[![CodeQL](https://github.com/stephenegriffin/mfcmapi/actions/workflows/codeql.yml/badge.svg)](https://github.com/stephenegriffin/mfcmapi/actions/workflows/codeql.yml) | ||
[![Clang-format](https://github.com/microsoft/mfcmapi/actions/workflows/clang.yml/badge.svg)](https://github.com/stephenegriffin/mfcmapi/actions/workflows/clang.yml) | ||
[![Dependency Review](https://github.com/stephenegriffin/mfcmapi/actions/workflows/dependency-review.yml/badge.svg)](https://github.com/stephenegriffin/mfcmapi/actions/workflows/dependency-review.yml) | ||
[![continuous-integration](https://github.com/microsoft/mfcmapi/actions/workflows/github-ci.yml/badge.svg)](https://github.com/microsoft/mfcmapi/actions/workflows/github-ci.yml) | ||
[![Clang-format](https://github.com/microsoft/mfcmapi/actions/workflows/clang.yml/badge.svg)](https://github.com/microsoft/mfcmapi/actions/workflows/clang.yml) | ||
[![CodeQL](https://github.com/microsoft/mfcmapi/actions/workflows/codeql.yml/badge.svg)](https://github.com/microsoft/mfcmapi/actions/workflows/codeql.yml) | ||
[![Dependency Review](https://github.com/microsoft/mfcmapi/actions/workflows/dependency-review.yml/badge.svg)](https://github.com/microsoft/mfcmapi/actions/workflows/dependency-review.yml) | ||
[![DevSkim](https://github.com/microsoft/mfcmapi/actions/workflows/devskim.yml/badge.svg)](https://github.com/microsoft/mfcmapi/actions/workflows/devskim.yml) | ||
[![OpenSSF | ||
Scorecard](https://api.securityscorecards.dev/projects/github.com/stephenegriffin/mfcmapi/badge)](https://api.securityscorecards.dev/projects/github.com/stephenegriffin/mfcmapi) | ||
[![OpenSSF Best Practices](https://www.bestpractices.dev/projects/7901/badge)](https://www.bestpractices.dev/projects/7901) | ||
Scorecard](https://api.securityscorecards.dev/projects/github.com/microsoft/mfcmapi/badge)](https://api.securityscorecards.dev/projects/github.com/microsoft/mfcmapi) | ||
[![OpenSSF Best Practices](https://www.bestpractices.dev/projects/7901/badge)](https://www.bestpractices.dev/projects/7901) | ||
[![Facebook](https://badge.facebook.com/badge/26764016480.2776.1538253884.png)](https://www.facebook.com/MFCMAPI) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.