You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jun 19, 2020. It is now read-only.
Copy file name to clipboardExpand all lines: .github/CONTRIBUTING.md
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -4,9 +4,9 @@ By showing your willingness to contribute, you will assist us and the community
4
4
There are many ways to contribute: logging bugs, creating suggestions and submitting pull requests.
5
5
6
6
# Did you find a bug?
7
-
-**Ensure the bug was not already reported** by searching on GitHub under [Issues](https://github.com/ALM-Rangers/File-Owner-Extension/issues).
7
+
-**Ensure the bug was not already reported** by searching on GitHub under [Issues](https://github.com/ALM-Rangers/@projectname@/issues).
8
8
9
-
- If you're unable to find an open issue addressing the problem, [open a new one](https://github.com/ALM-Rangers/File-Owner-Extension/issues/new). Be sure to include a **title and clear description**, as much relevant information as possible, and a **code sample** or an **executable test case** demonstrating the expected behavior that is not occurring.
9
+
- If you're unable to find an open issue addressing the problem, [open a new one](https://github.com/ALM-Rangers/@projectname@/issues/new). Be sure to include a **title and clear description**, as much relevant information as possible, and a **code sample** or an **executable test case** demonstrating the expected behavior that is not occurring.
10
10
11
11
12
12
# Did you write a patch that fixes a bug or adds a new feature?
By completing this pull request, you agree to the [Contributing License Agreement](https://github.com/ALM-Rangers/@projectname@/blob/master/.github/CLA.md).
2
+
By completing this pull request, you agree to the [Contributing License Agreement](https://github.com/ALM-Rangers/Sample-Code/blob/master/.github/CLA.md).
3
3
4
4
Fixes # .
5
5
@@ -8,4 +8,4 @@ Changes proposed in this pull request:
#THIS PROJECT IS UNDER CONSTRUCTION *** PLEASE CHECK BACK LATER!
3
1
4
-
TODO: Replace @projectname@ with your GitHub project name ion all files
5
-
TODO: Create a folder src to contain all sources
2
+
#Visual Studio ALM Rangers Sample Code
6
3
7
4
#Introduction
8
-
TODO: Give a short introduction of your project. Let this section explain the objectives or the motivation behind this project.
5
+
Welcome to our collection of sample code.
9
6
10
-
#Getting Started
11
-
TODO: Guide users through getting your code up and running on their own system. In this section you can talk about:
12
-
1. Installation process
13
-
2. Software dependencies
14
-
3. Latest releases
15
-
4. API references
7
+
It's an outlet for experiments. These samples are designed for reference only and are **not supported**, nor are any commitments made as to their longevity. Information and views expressed in these samples, may change without
8
+
notice. You bear the risk of using it.
16
9
17
-
#Build and Test
18
-
TODO: Describe and show how to build your code and run the tests.
10
+
#Samples
19
11
20
-
##Contributors
12
+
##Coded UI Microsoft Word Add-In
13
+
This sample delivers practical and scenario based sample code and guidance for the Visual Studio Coded UI Microsoft Word Add-in, which extends the Coded UI feature support to Microsoft Word documents.
21
14
22
-
We thank the following contributors for this extension: @.
15
+
- Contributor: Bob Hardister
16
+
- Tip copied from the **deprecated**[vsarcodeduiword](https://vsarcodeduiword.codeplex.com/) CodePlex project
17
+
-[Start here](src/Coded-UI)
23
18
24
-
##Notices
25
-
Notices for certain third party software included in this solution are provided here: [Third Party Notice](ThirdPartyNotices.txt).
19
+
##TFS Word Add-In
20
+
The Team Foundation Server Word Add-in sample imports work items from a Team Project and generates professional-looking documents. A typical scenario is requirements management in Word Doc format, allowing users to collaborate with the project team while using their favourite application.
21
+
22
+
- Contributor: Rob Jarratt
23
+
- Tip copied from the **deprecated**[wcfloadtest](https://wcfloadtest.codeplex.com) CodePlex project
24
+
-[Start here](src/TFS-Word-Add-In)
25
+
26
+
##WCF Load Test
27
+
This sample tool takes a WCF trace file and a WCF client proxy, or a WCF interface contract, and generates a C# unit test that replays the same sequence of calls found in the trace file. The unit test can then be used to load-test the target
28
+
29
+
- Contributor: Rob Jarratt
30
+
- Tip copied from the **deprecated**[vsarword4tfs](https://vsarword4tfs.codeplex.com) CodePlex project
31
+
-[Start here](src/WCF-Load-Test)
26
32
27
33
#Contribute
28
34
Contributions to this project are welcome. Here is how you can contribute:
<RuleSetName="CodedUIWordAddin"Description="This rule set contains all rules. Running this rule set may result in a large number of warnings being reported. Use this rule set to get a comprehensive picture of all issues in your code. This can help you decide which of the more focused rule sets are most appropriate to run for your projects."ToolsVersion="10.0">
// <copyright file="CommonAssemblyInfo.cs" company="Microsoft">(c) Microsoft ALM Rangers This source is subject to the Microsoft Permissive License. See http://www.microsoft.com/resources/sharedsource/licensingbasics/sharedsourcelicenses.mspx. All other rights reserved.</copyright>
0 commit comments