Skip to content

Commit 63e934c

Browse files
authored
contribute a issue template for package:args (#139)
1 parent 279afbc commit 63e934c

File tree

4 files changed

+13
-4
lines changed

4 files changed

+13
-4
lines changed

.github/ISSUE_TEMPLATE/args.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
name: "package:args"
3+
about: "Create a bug or file a feature request against package:args."
4+
labels: "package:args"
5+
---

CONTRIBUTING.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ new file please also add this. The year should be a single number stating the
3838
year the file was created (don't use a range like "2011-2012"). Additionally, if
3939
you edit an existing file, you shouldn't update the year.
4040

41-
// Copyright (c) 2023, the Dart project authors. Please see the AUTHORS file
41+
// Copyright (c) 2024, the Dart project authors. Please see the AUTHORS file
4242
// for details. All rights reserved. Use of this source code is governed by a
4343
// BSD-style license that can be found in the LICENSE file.
4444

@@ -48,4 +48,4 @@ This project follows
4848
[Google's Open Source Community Guidelines](https://opensource.google/conduct/).
4949

5050
We pledge to maintain an open and welcoming environment. For details, see our
51-
[code of conduct](https://dart.dev/code-of-conduct).
51+
[code of conduct](https://dart.dev/code-of-conduct).

pkgs/args/example/arg_parser/pubspec.yaml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,10 @@ name: arg_parser_example
66
version: 1.0.0
77
description: An example of using ArgParser
88
publish_to: 'none'
9+
910
environment:
10-
sdk: '>=2.14.0 <3.0.0'
11+
sdk: ^3.0.0
12+
1113
dependencies:
1214
args:
1315
path: ../..

pkgs/args/example/command_runner/pubspec.yaml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,10 @@ name: command_runner_example
66
version: 1.0.0
77
description: An example of using CommandRunner
88
publish_to: 'none'
9+
910
environment:
10-
sdk: '>=2.14.0 <3.0.0'
11+
sdk: ^3.0.0
12+
1113
dependencies:
1214
args:
1315
path: ../..

0 commit comments

Comments
 (0)